From 2d4ddc3a085c2663cac0c5ff1df96799dca9e596 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 5 Aug 2011 10:59:42 +0200 Subject: [PATCH] gstbuffer: Clarify doc --- gst/gstbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index ce1d1ee..5c5982f 100644 --- a/gst/gstbuffer.c +++ b/gst/gstbuffer.c @@ -237,7 +237,7 @@ _gst_buffer_initialize (void) * @src: a source #GstBuffer * @flags: flags indicating what metadata fields should be copied. * @offset: offset to copy from - * @size: total size to copy + * @size: total size to copy. If -1, all data is copied. * * Copies the information from @src into @dest. * -- 2.7.4