mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
bin: Put correct annotations on gst_bin_add() too
This commit is contained in:
parent
67a496c0c2
commit
5f5caffa70
1 changed files with 1 additions and 1 deletions
|
@ -1493,7 +1493,7 @@ gst_bin_deep_element_removed_func (GstBin * bin, GstBin * sub_bin,
|
||||||
/**
|
/**
|
||||||
* gst_bin_add:
|
* gst_bin_add:
|
||||||
* @bin: a #GstBin
|
* @bin: a #GstBin
|
||||||
* @element: (transfer full): the #GstElement to add
|
* @element: (transfer floating): the #GstElement to add
|
||||||
*
|
*
|
||||||
* Adds the given element to the bin. Sets the element's parent, and thus
|
* Adds the given element to the bin. Sets the element's parent, and thus
|
||||||
* takes ownership of the element. An element can only be added to one bin.
|
* takes ownership of the element. An element can only be added to one bin.
|
||||||
|
|
Loading…
Reference in a new issue