mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
gst: Set values and types for combined-flags constants in GI annotations
This commit is contained in:
parent
5399b29979
commit
d96c201f5f
3 changed files with 4 additions and 4 deletions
|
@ -427,7 +427,7 @@ typedef enum {
|
|||
} GstBufferCopyFlags;
|
||||
|
||||
/**
|
||||
* GST_BUFFER_COPY_METADATA:
|
||||
* GST_BUFFER_COPY_METADATA: (value 7) (type GstBufferCopyFlags)
|
||||
*
|
||||
* Combination of all possible metadata fields that can be copied with
|
||||
* gst_buffer_copy_into().
|
||||
|
@ -436,7 +436,7 @@ typedef enum {
|
|||
GST_BUFFER_COPY_META)
|
||||
|
||||
/**
|
||||
* GST_BUFFER_COPY_ALL:
|
||||
* GST_BUFFER_COPY_ALL: (value 15) (type GstBufferCopyFlags)
|
||||
*
|
||||
* Combination of all possible fields that can be copied with
|
||||
* gst_buffer_copy_into().
|
||||
|
|
|
@ -179,7 +179,7 @@ typedef enum {
|
|||
} GstMapFlags;
|
||||
|
||||
/**
|
||||
* GST_MAP_READWRITE:
|
||||
* GST_MAP_READWRITE: (value 3) (type GstMapFlags)
|
||||
*
|
||||
* GstMapFlags value alias for GST_MAP_READ | GST_MAP_WRITE
|
||||
*/
|
||||
|
|
|
@ -167,7 +167,7 @@ typedef enum {
|
|||
} GstLockFlags;
|
||||
|
||||
/**
|
||||
* GST_LOCK_FLAG_READWRITE:
|
||||
* GST_LOCK_FLAG_READWRITE: (value 3) (type GstLockFlags)
|
||||
*
|
||||
* GstLockFlags value alias for GST_LOCK_FLAG_READ | GST_LOCK_FLAG_WRITE
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue