mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
buffer: improve docs
This commit is contained in:
parent
544aa9773a
commit
90a4f75650
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue