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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3370>
This commit is contained in:
Edward Hervey 2022-11-09 09:28:37 +01:00 committed by GStreamer Marge Bot
parent 51f92fd15f
commit e3637e3207

View 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.