From 645840676c4a64717df25b4bd889aa0100d49a01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 18 Jan 2018 19:07:49 +0200 Subject: [PATCH] padtemplate: Add Since: 1.14 marker to gst_pad_template_new_from_static_pad_template_with_gtype() --- gst/gstpadtemplate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c index c77b38d..77853fd 100644 --- a/gst/gstpadtemplate.c +++ b/gst/gstpadtemplate.c @@ -332,6 +332,8 @@ gst_static_pad_template_get (GstStaticPadTemplate * pad_template) * Converts a #GstStaticPadTemplate into a #GstPadTemplate with a type. * * Returns: (transfer floating): a new #GstPadTemplate. + * + * Since: 1.14 */ GstPadTemplate * gst_pad_template_new_from_static_pad_template_with_gtype (GstStaticPadTemplate * -- 2.7.4