gstbuffer: Clarify doc
authorEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 5 Aug 2011 08:59:42 +0000 (10:59 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 8 Aug 2011 09:51:26 +0000 (11:51 +0200)
gst/gstbuffer.c

index ce1d1ee..5c5982f 100644 (file)
@@ -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.
  *