bin: Put correct annotations on gst_bin_add() too

This commit is contained in:
Sebastian Dröge 2017-05-31 20:40:00 +03:00
parent 67a496c0c2
commit 5f5caffa70

View file

@ -1493,7 +1493,7 @@ gst_bin_deep_element_removed_func (GstBin * bin, GstBin * sub_bin,
/**
* gst_bin_add:
* @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
* takes ownership of the element. An element can only be added to one bin.