From: Sebastian Dröge Date: Wed, 5 Apr 2017 11:42:16 +0000 (+0300) Subject: gst: Set values and types for combined-flags constants in GI annotations X-Git-Tag: 1.12.0~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d96c201f5fec249172f6028362aca96cfaea9119;p=platform%2Fupstream%2Fgstreamer.git gst: Set values and types for combined-flags constants in GI annotations --- diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index 37b73a5..3188cb4 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -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(). diff --git a/gst/gstmemory.h b/gst/gstmemory.h index 9b972f2..1d3d1a7 100644 --- a/gst/gstmemory.h +++ b/gst/gstmemory.h @@ -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 */ diff --git a/gst/gstminiobject.h b/gst/gstminiobject.h index 88eb080..0e3b2cb 100644 --- a/gst/gstminiobject.h +++ b/gst/gstminiobject.h @@ -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 */