summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-02-19 18:05:07 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-02-19 18:05:07 +0100
commit05f3cc9391151c237f7a725c89a53a429df558de (patch)
treed52dac32d782fb65bcef0f89c3561ecafb1aae4b
parent37d95a00e4c5fda2cf5dee0f9748dd8eb96a47ca (diff)
GstBufferFlags: Add "Since: 0.10.23" for the newly added flags
-rw-r--r--gst/gstbuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h
index 4623122f56..87adab746d 100644
--- a/gst/gstbuffer.h
+++ b/gst/gstbuffer.h
@@ -215,8 +215,11 @@ typedef struct _GstBufferClass GstBufferClass;
* path that ignores the buffer content).
* @GST_BUFFER_FLAG_DELTA_UNIT: this unit cannot be decoded independently.
* @GST_BUFFER_FLAG_MEDIA1: a flag whose use is specific to the caps of the buffer.
+ * Since: 0.10.23
* @GST_BUFFER_FLAG_MEDIA2: a flag whose use is specific to the caps of the buffer.
+ * Since: 0.10.23
* @GST_BUFFER_FLAG_MEDIA3: a flag whose use is specific to the caps of the buffer.
+ * Since: 0.10.23
* @GST_BUFFER_FLAG_LAST: additional flags can be added starting from this flag.
*
* A set of buffer flags used to describe properties of a #GstBuffer.