From 53416af4f00ca18cee5101f88b9d7905039ab96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 23 Apr 2019 14:42:17 +0300 Subject: [PATCH] video-anc: Add Since: 1.16 marker --- gst-libs/gst/video/video-anc.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gst-libs/gst/video/video-anc.h b/gst-libs/gst/video/video-anc.h index cc9ede116b..03d53ed790 100644 --- a/gst-libs/gst/video/video-anc.h +++ b/gst-libs/gst/video/video-anc.h @@ -55,6 +55,11 @@ struct _GstVideoAncillary { gpointer _gst_reserved[GST_PADDING]; }; +/** + * GstVideoAncillaryDID: + * + * Since: 1.16 + */ typedef enum { GST_VIDEO_ANCILLARY_DID_UNDEFINED = 0x00, GST_VIDEO_ANCILLARY_DID_DELETION = 0x80,