From b8f5d7a39fdbb6d504408b76beb432a2f1ff5678 Mon Sep 17 00:00:00 2001 From: Jason DeRose Date: Wed, 25 Jan 2012 18:36:42 +0100 Subject: [PATCH] gst_pad_template_new() now returns a floating reference --- gst/gstpadtemplate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c index d023bd0f2b..c9b375a30e 100644 --- a/gst/gstpadtemplate.c +++ b/gst/gstpadtemplate.c @@ -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,