gst: Set values and types for combined-flags constants in GI annotations
authorSebastian Dröge <sebastian@centricular.com>
Wed, 5 Apr 2017 11:42:16 +0000 (14:42 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 5 Apr 2017 11:42:16 +0000 (14:42 +0300)
gst/gstbuffer.h
gst/gstmemory.h
gst/gstminiobject.h

index 37b73a5..3188cb4 100644 (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().
index 9b972f2..1d3d1a7 100644 (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
  */
index 88eb080..0e3b2cb 100644 (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
  */