From: Edward Hervey Date: Fri, 5 Aug 2011 08:59:42 +0000 (+0200) Subject: gstbuffer: Clarify doc X-Git-Tag: RELEASE-0.11.1~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d4ddc3a085c2663cac0c5ff1df96799dca9e596;p=platform%2Fupstream%2Fgstreamer.git gstbuffer: Clarify doc --- 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. *