mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-02 14:20:06 +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];
|
||||
};
|
||||
|
||||
/**
|
||||
* GstVideoAncillaryDID:
|
||||
*
|
||||
* Since: 1.16
|
||||
*/
|
||||
typedef enum {
|
||||
GST_VIDEO_ANCILLARY_DID_UNDEFINED = 0x00,
|
||||
GST_VIDEO_ANCILLARY_DID_DELETION = 0x80,
|
||||
|
|
Loading…
Reference in a new issue