From 26aa7a6d36d1be73ab7caa5b0f9b404532f00709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 d036db173e..8f459de2ae 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)