From 5f5caffa700d6bb39564e40f429ad5494c4cb4d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 31 May 2017 20:40:00 +0300 Subject: [PATCH] bin: Put correct annotations on gst_bin_add() too --- gst/gstbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbin.c b/gst/gstbin.c index bcd6b6c..26ce155 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -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. -- 2.7.4