From: Tim-Philipp Müller Date: Sat, 16 Feb 2013 14:20:06 +0000 (+0000) Subject: buffer: add since marker for new COPY_DEEP buffer flag X-Git-Tag: 1.1.1~259 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3a9e66985ceefe3eb50ca2d009be7e51ac8c0eb;p=platform%2Fupstream%2Fgstreamer.git buffer: add since marker for new COPY_DEEP buffer flag --- diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index 253c9bd..ea672bc 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -386,7 +386,7 @@ gst_buffer_copy (const GstBuffer * buf) * @GST_BUFFER_COPY_META: flag indicating that buffer meta should be * copied * @GST_BUFFER_COPY_DEEP: flag indicating that memory should always be - * copied instead of reffed. + * copied instead of reffed (Since 1.2) * * A set of flags that can be provided to the gst_buffer_copy_into() * function to specify which items should be copied.