mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
videomixer: chain up to collectpads query function
This commit is contained in:
parent
76da367ecd
commit
8c28a60eee
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ gst_videomixer2_sink_query (GstCollectPads * pads, GstCollectData * cdata,
|
|||
break;
|
||||
}
|
||||
default:
|
||||
ret = gst_pad_query_default (GST_PAD (pad), GST_OBJECT (mix), query);
|
||||
ret = gst_collect_pads_query_default (pads, cdata, query, FALSE);
|
||||
break;
|
||||
}
|
||||
return ret;
|
||||
|
|
Loading…
Reference in a new issue