mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
51f92fd15f
commit
e3637e3207
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue