mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
doc: Add gst_buffer_copy_deep()
This commit is contained in:
parent
41dab4e204
commit
b3f42b0c35
2 changed files with 3 additions and 0 deletions
|
@ -239,6 +239,7 @@ GST_BUFFER_COPY_ALL
|
|||
gst_buffer_copy
|
||||
gst_buffer_copy_into
|
||||
gst_buffer_copy_region
|
||||
gst_buffer_copy_deep
|
||||
|
||||
gst_buffer_is_writable
|
||||
gst_buffer_make_writable
|
||||
|
|
|
@ -579,6 +579,8 @@ _gst_buffer_copy (const GstBuffer * buffer)
|
|||
* copy of the data the source buffer contains.
|
||||
*
|
||||
* Returns: (transfer full): a new copy of @buf.
|
||||
*
|
||||
* Since 1.6
|
||||
*/
|
||||
GstBuffer *
|
||||
gst_buffer_copy_deep (const GstBuffer * buffer)
|
||||
|
|
Loading…
Reference in a new issue