gst_pad_template_new() now returns a floating reference

This commit is contained in:
Jason DeRose 2012-01-25 18:36:42 +01:00 committed by Edward Hervey
parent a8e9ed82d9
commit b8f5d7a39f

View 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,