gst: Set values and types for combined-flags constants in GI annotations

This commit is contained in:
Sebastian Dröge 2017-04-05 14:42:16 +03:00
parent 5399b29979
commit d96c201f5f
3 changed files with 4 additions and 4 deletions

View file

@ -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().

View file

@ -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
*/

View file

@ -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
*/