gst_pad_template_new() now returns a floating reference
authorJason DeRose <jderose@novacut.com>
Wed, 25 Jan 2012 17:36:42 +0000 (18:36 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 25 Jan 2012 17:51:44 +0000 (18:51 +0100)
gst/gstpadtemplate.c

index d023bd0..c9b375a 100644 (file)
@@ -325,7 +325,7 @@ gst_static_pad_template_get (GstStaticPadTemplate * pad_template)
  * Creates a new pad template with a name according to the given template
  * and with the given arguments.
  *
- * Returns: (transfer full): a new #GstPadTemplate.
+ * Returns: (transfer floating): a new #GstPadTemplate.
  */
 GstPadTemplate *
 gst_pad_template_new (const gchar * name_template,