mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
multiqueue: set iterate_interal_links function on source pad
This commit is contained in:
parent
1c5a6768cc
commit
7b2c5f5168
1 changed files with 1 additions and 1 deletions
|
@ -1670,7 +1670,7 @@ gst_single_queue_new (GstMultiQueue * mqueue)
|
|||
GST_DEBUG_FUNCPTR (gst_multi_queue_src_event));
|
||||
gst_pad_set_query_function (sq->srcpad,
|
||||
GST_DEBUG_FUNCPTR (gst_multi_queue_src_query));
|
||||
gst_pad_set_iterate_internal_links_function (sq->sinkpad,
|
||||
gst_pad_set_iterate_internal_links_function (sq->srcpad,
|
||||
GST_DEBUG_FUNCPTR (gst_multi_queue_iterate_internal_links));
|
||||
|
||||
gst_pad_set_element_private (sq->sinkpad, (gpointer) sq);
|
||||
|
|
Loading…
Reference in a new issue