video-anc: Add Since: 1.16 marker

This commit is contained in:
Sebastian Dröge 2019-04-23 14:42:17 +03:00 committed by Sebastian Dröge
parent fd68d5516e
commit 53416af4f0

View file

@ -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,