From: Sebastian Dröge Date: Tue, 23 Apr 2019 11:39:48 +0000 (+0300) Subject: caps: Add Since: 1.16 marker to gst_caps_copy() X-Git-Tag: 1.16.2~53 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fgstreamer.git;a=commitdiff_plain;h=66ce09288169dd15f2f28c6804dd4686c62e580b caps: Add Since: 1.16 marker to gst_caps_copy() --- 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)