diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2018-01-18 19:07:49 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2018-01-18 19:09:46 +0200 |
commit | 645840676c4a64717df25b4bd889aa0100d49a01 (patch) | |
tree | bf8be26fc43a16e99be8a5ad176fe5b1c374f3f2 /gst | |
parent | 31383e441315353f93941e96f08194e11b4fe0b2 (diff) |
padtemplate: Add Since: 1.14 marker to gst_pad_template_new_from_static_pad_template_with_gtype()
Diffstat (limited to 'gst')
-rw-r--r-- | gst/gstpadtemplate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c index c77b38dc5..77853fdc8 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 * |