summaryrefslogtreecommitdiff
path: root/gst/gstghostpad.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-11-16 17:22:56 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-11-16 17:22:56 +0100
commit09a8294d3681f5ab57d7b8978d3c55bda078243f (patch)
tree9b10b99eeb2e86b4b669a53cbd348970911aa595 /gst/gstghostpad.c
parent54e1174060668ca3f8e332607eed5f7a67644299 (diff)
downloadgstreamer-09a8294d3681f5ab57d7b8978d3c55bda078243f.tar.gz
pad: add parent to the query function
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 cf8f0ca6b3..6b7fcf4705 100644
--- a/gst/gstghostpad.c
+++ b/gst/gstghostpad.c
@@ -176,6 +176,7 @@ done:
/**
* gst_proxy_pad_query_default:
* @pad: a #GstPad to invoke the default query on.
+ * @parent: the parent of @pad or NULL
* @query: (transfer none): the #GstQuery to perform.
*
* Invoke the default query function of the proxy pad.
@@ -185,7 +186,7 @@ done:
* Since: 0.10.36
*/
gboolean
-gst_proxy_pad_query_default (GstPad * pad, GstQuery * query)
+gst_proxy_pad_query_default (GstPad * pad, GstObject * parent, GstQuery * query)
{
gboolean res;
GstPad *target;