mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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
|
* Creates a new pad template with a name according to the given template
|
||||||
* and with the given arguments.
|
* and with the given arguments.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a new #GstPadTemplate.
|
* Returns: (transfer floating): a new #GstPadTemplate.
|
||||||
*/
|
*/
|
||||||
GstPadTemplate *
|
GstPadTemplate *
|
||||||
gst_pad_template_new (const gchar * name_template,
|
gst_pad_template_new (const gchar * name_template,
|
||||||
|
|
Loading…
Reference in a new issue