buffer: improve docs

This commit is contained in:
Wim Taymans 2011-10-04 18:55:09 +02:00
parent 544aa9773a
commit 90a4f75650

View file

@ -600,7 +600,8 @@ gst_buffer_new_wrapped_full (gpointer data, GFreeFunc free_func, gsize offset,
* @data: data to wrap
* @size: allocated size of @data
*
* Creates a new buffer that wraps the given @data.
* Creates a new buffer that wraps the given @data. The memory will be freed
* with g_free and will be marked writable.
*
* MT safe.
*