summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-10-04 18:55:09 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-10-04 18:55:09 +0200
commit90a4f75650547b87f0fa212af14cda81056df3fe (patch)
tree8839789d255823aef8c2f5991b5993101ac24728 /gst
parent544aa9773a3b28c778e6b75cc5bfa4c89e4887a2 (diff)
buffer: improve docs
Diffstat (limited to 'gst')
-rw-r--r--gst/gstbuffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c
index 2366e2b49..c7ded376f 100644
--- a/gst/gstbuffer.c
+++ b/gst/gstbuffer.c
@@ -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.
*