From 6b1df25441f57a292a5571208e236615ad381f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 18 Jan 2018 19:15:09 +0200 Subject: [PATCH] padtemplate: Add missing Since: 1.14 marker to gst_pad_template_new_with_gtype() --- gst/gstpadtemplate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c index 0e2a3dfd28..282790283e 100644 --- a/gst/gstpadtemplate.c +++ b/gst/gstpadtemplate.c @@ -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,