From 52978bd4e6e0523c3aa98e60abbbf8e7af0f959f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 22 Jan 2011 15:33:58 +0100 Subject: [PATCH] buffer: clarify docs --- gst/gstbuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index 5e1af46f44..5a126639d3 100644 --- a/gst/gstbuffer.c +++ b/gst/gstbuffer.c @@ -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.