summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-06-13 20:01:27 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-06-13 20:02:18 -0400
commitb3f42b0c356f8a9af517c75d789e70b6b8a00536 (patch)
treec30f1bc9f1c630f96fb45f89da105bb12f2a067e /gst
parent41dab4e2040f6797ae75c0ed8be240c98c7ed0ba (diff)
doc: Add gst_buffer_copy_deep()
Diffstat (limited to 'gst')
-rw-r--r--gst/gstbuffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c
index 63bd3f257..7907fb500 100644
--- a/gst/gstbuffer.c
+++ b/gst/gstbuffer.c
@@ -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)