summaryrefslogtreecommitdiff
path: root/gst/gstghostpad.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-11-16 17:49:46 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-11-16 17:49:46 +0100
commit361a7ae44d5088553caa806b9f468ee78779b9cc (patch)
treeffc33fada437e1827237eb59b7cfc947863d1de5 /gst/gstghostpad.c
parent09a8294d3681f5ab57d7b8978d3c55bda078243f (diff)
downloadgstreamer-361a7ae44d5088553caa806b9f468ee78779b9cc.tar.gz
add parent to internal links
Diffstat (limited to 'gst/gstghostpad.c')
-rw-r--r--gst/gstghostpad.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstghostpad.c b/gst/gstghostpad.c
index 6b7fcf4705..13a113ad20 100644
--- a/gst/gstghostpad.c
+++ b/gst/gstghostpad.c
@@ -234,6 +234,7 @@ gst_proxy_pad_query_default (GstPad * pad, GstObject * parent, GstQuery * query)
/**
* gst_proyx_pad_iterate_internal_links_default:
* @pad: the #GstPad to get the internal links of.
+ * @parent: the parent of @pad or NULL
*
* Invoke the default iterate internal links function of the proxy pad.
*
@@ -243,7 +244,7 @@ gst_proxy_pad_query_default (GstPad * pad, GstObject * parent, GstQuery * query)
* Since: 0.10.36
*/
GstIterator *
-gst_proxy_pad_iterate_internal_links_default (GstPad * pad)
+gst_proxy_pad_iterate_internal_links_default (GstPad * pad, GstObject * parent)
{
GstIterator *res = NULL;
GstPad *internal;