doc: Add gst_buffer_copy_deep()

This commit is contained in:
Nicolas Dufresne 2015-06-13 20:01:27 -04:00
parent 41dab4e204
commit b3f42b0c35
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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)