mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
media-session: set media (sub)type on dsp nodes
This commit is contained in:
parent
3ab95f66f3
commit
8e969c9d44
1 changed files with 2 additions and 0 deletions
|
|
@ -1186,6 +1186,8 @@ static void dsp_node_event_info(void *object, struct pw_node_info *info)
|
|||
dsp->direction = s->direction;
|
||||
dsp->type = NODE_TYPE_DSP;
|
||||
dsp->manager = s;
|
||||
dsp->media_type = s->node->media_type;
|
||||
dsp->media_subtype = s->node->media_subtype;
|
||||
dsp->format = s->node->format;
|
||||
dsp->profile_format = dsp->format;
|
||||
dsp->profile_format.format = SPA_AUDIO_FORMAT_F32P;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue