mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
padtemplate: Add missing Since: 1.14 marker to gst_pad_template_new_with_gtype()
This commit is contained in:
parent
50433576b5
commit
6b1df25441
1 changed files with 2 additions and 0 deletions
|
@ -407,6 +407,8 @@ gst_pad_template_new (const gchar * name_template,
|
|||
* and with the given arguments.
|
||||
*
|
||||
* Returns: (transfer floating): a new #GstPadTemplate.
|
||||
*
|
||||
* Since: 1.14
|
||||
*/
|
||||
GstPadTemplate *
|
||||
gst_pad_template_new_with_gtype (const gchar * name_template,
|
||||
|
|
Loading…
Reference in a new issue