From 66ce09288169dd15f2f28c6804dd4686c62e580b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 23 Apr 2019 14:39:48 +0300 Subject: [PATCH] caps: Add Since: 1.16 marker to gst_caps_copy() --- gst/gstcaps.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gstcaps.c b/gst/gstcaps.c index d036db1..8f459de 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -974,6 +974,8 @@ gst_caps_set_features_simple (GstCaps * caps, GstCapsFeatures * features) * contained in @caps. * * Returns: (transfer full): the new #GstCaps + * + * Since: 1.16 */ GstCaps * gst_caps_copy_nth (const GstCaps * caps, guint nth) -- 2.7.4