mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gst_pad_template_new() now returns a floating reference
This commit is contained in:
parent
a8e9ed82d9
commit
b8f5d7a39f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue