buffer: clarify docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Sat, 22 Jan 2011 14:33:58 +0000 (15:33 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 24 Jan 2011 15:35:25 +0000 (16:35 +0100)
gst/gstbuffer.c

index 5e1af46..5a12663 100644 (file)
@@ -340,7 +340,7 @@ gst_buffer_new (void)
 
 /**
  * gst_buffer_new_and_alloc:
- * @size: the size of the new buffer's data.
+ * @size: the size in bytes of the new buffer's data.
  *
  * Creates a newly allocated buffer with data of the given size.
  * The buffer memory is not cleared. If the requested amount of
@@ -389,7 +389,7 @@ gst_buffer_new_and_alloc (guint size)
 
 /**
  * gst_buffer_try_new_and_alloc:
- * @size: the size of the new buffer's data.
+ * @size: the size in bytes of the new buffer's data.
  *
  * Tries to create a newly allocated buffer with data of the given size. If
  * the requested amount of memory can't be allocated, NULL will be returned.