From e3637e3207d87c61c4a419f0149f5426b71b5b8a Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 9 Nov 2022 09:28:37 +0100 Subject: [PATCH] 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: --- subprojects/gstreamer/gst/gstchildproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4