From: Edward Hervey Date: Wed, 9 Nov 2022 08:28:37 +0000 (+0100) Subject: childproxy: Fix documentation X-Git-Tag: 1.22.0~513 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3637e3207d87c61c4a419f0149f5426b71b5b8a;p=platform%2Fupstream%2Fgstreamer.git childproxy: Fix documentation Warning: Gst: gst_child_proxy_get_child_by_name_recurse: unknown parameter 'parent' in documentation comment, should be 'child_proxy' Part-of: --- diff --git a/subprojects/gstreamer/gst/gstchildproxy.c b/subprojects/gstreamer/gst/gstchildproxy.c index f229045..fc4f742 100644 --- a/subprojects/gstreamer/gst/gstchildproxy.c +++ b/subprojects/gstreamer/gst/gstchildproxy.c @@ -57,7 +57,7 @@ static guint signals[LAST_SIGNAL] = { 0 }; /** * gst_child_proxy_get_child_by_name_recurse: - * @parent: the parent object to get the child from + * @child_proxy: the parent object to get the child from * @name: the full-path child's name * * Looks up a child element by the given full-path name.