childproxy: Fix documentation
authorEdward Hervey <edward@centricular.com>
Wed, 9 Nov 2022 08:28:37 +0000 (09:28 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 9 Nov 2022 16:03:58 +0000 (16:03 +0000)
Warning: Gst: gst_child_proxy_get_child_by_name_recurse: unknown parameter
'parent' in documentation comment, should be 'child_proxy'

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3370>

subprojects/gstreamer/gst/gstchildproxy.c

index f229045..fc4f742 100644 (file)
@@ -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.