mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
buffer: add since marker for new COPY_DEEP buffer flag
This commit is contained in:
parent
1fcef378bd
commit
e3a9e66985
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ gst_buffer_copy (const GstBuffer * buf)
|
||||||
* @GST_BUFFER_COPY_META: flag indicating that buffer meta should be
|
* @GST_BUFFER_COPY_META: flag indicating that buffer meta should be
|
||||||
* copied
|
* copied
|
||||||
* @GST_BUFFER_COPY_DEEP: flag indicating that memory should always be
|
* @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()
|
* A set of flags that can be provided to the gst_buffer_copy_into()
|
||||||
* function to specify which items should be copied.
|
* function to specify which items should be copied.
|
||||||
|
|
Loading…
Reference in a new issue