mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: give a practical example for the gst_object_has_anchestor
This commit is contained in:
parent
cc0171d5cd
commit
dd5e14f983
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ gst_object_unparent (GstObject * object)
|
|||
* @ancestor: a #GstObject to check as ancestor
|
||||
*
|
||||
* Check if @object has an ancestor @ancestor somewhere up in
|
||||
* the hierarchy.
|
||||
* the hierarchy. One can e.g. check if a #GstElement is inside a #GstPipeline.
|
||||
*
|
||||
* Returns: TRUE if @ancestor is an ancestor of @object.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue