mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
add parent to internal links
This commit is contained in:
parent
2202511e77
commit
9e8e01502e
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ out:
|
|||
|
||||
/* Generic pad functions */
|
||||
static GstIterator *
|
||||
gst_stream_synchronizer_iterate_internal_links (GstPad * pad)
|
||||
gst_stream_synchronizer_iterate_internal_links (GstPad * pad,
|
||||
GstObject * parent)
|
||||
{
|
||||
GstIterator *it = NULL;
|
||||
GstPad *opad;
|
||||
|
|
Loading…
Reference in a new issue