mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-05 11:37:49 +00:00
video-anc: Add Since: 1.16 marker
This commit is contained in:
parent
fd68d5516e
commit
53416af4f0
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ struct _GstVideoAncillary {
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstVideoAncillaryDID:
|
||||||
|
*
|
||||||
|
* Since: 1.16
|
||||||
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GST_VIDEO_ANCILLARY_DID_UNDEFINED = 0x00,
|
GST_VIDEO_ANCILLARY_DID_UNDEFINED = 0x00,
|
||||||
GST_VIDEO_ANCILLARY_DID_DELETION = 0x80,
|
GST_VIDEO_ANCILLARY_DID_DELETION = 0x80,
|
||||||
|
|
Loading…
Reference in a new issue