docs: gst_pad_new_from_*_template and gst_buffer_pool_new constructors return floatin...
authorBrendan Long <b.long@cablelabs.com>
Wed, 30 Oct 2013 22:02:02 +0000 (17:02 -0500)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 6 Feb 2014 21:50:53 +0000 (22:50 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=710342

gst/gstbufferpool.c
gst/gstpad.c

index dff09ff..6e25e46 100644 (file)
@@ -207,7 +207,7 @@ gst_buffer_pool_finalize (GObject * object)
  *
  * Creates a new #GstBufferPool instance.
  *
- * Returns: (transfer full): a new #GstBufferPool instance
+ * Returns: (transfer floating): a new #GstBufferPool instance
  */
 GstBufferPool *
 gst_buffer_pool_new (void)
index 4b9f2a7..40d8460 100644 (file)
@@ -749,7 +749,7 @@ gst_pad_new (const gchar * name, GstPadDirection direction)
  * will be assigned.
  * This function makes a copy of the name so you can safely free the name.
  *
- * Returns: (transfer full): a new #GstPad, or NULL in case of an error.
+ * Returns: (transfer floating): a new #GstPad, or NULL in case of an error.
  */
 GstPad *
 gst_pad_new_from_template (GstPadTemplate * templ, const gchar * name)
@@ -770,7 +770,7 @@ gst_pad_new_from_template (GstPadTemplate * templ, const gchar * name)
  * will be assigned.
  * This function makes a copy of the name so you can safely free the name.
  *
- * Returns: (transfer full): a new #GstPad, or NULL in case of an error.
+ * Returns: (transfer floating): a new #GstPad, or NULL in case of an error.
  */
 GstPad *
 gst_pad_new_from_static_template (GstStaticPadTemplate * templ,