projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0accb7f
)
docs: fix description of gst_buffer_extract_dup()
author
Tim-Philipp Müller
<tim@centricular.com>
Wed, 22 Jul 2015 14:38:06 +0000
(15:38 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Wed, 22 Jul 2015 14:38:06 +0000
(15:38 +0100)
No GBytes involved.
gst/gstbuffer.c
patch
|
blob
|
history
diff --git
a/gst/gstbuffer.c
b/gst/gstbuffer.c
index c1f0ebb91db52c4dd04a5ca2a10ad7e096aade4a..65c915ab4263f54196571fc8ab04ff77afaaedca 100644
(file)
--- a/
gst/gstbuffer.c
+++ b/
gst/gstbuffer.c
@@
-2259,8
+2259,8
@@
gst_buffer_foreach_meta (GstBuffer * buffer, GstBufferForeachMetaFunc func,
* the destination array will be written.
* @dest_size: (out): A location where the size of @dest can be written
*
- * Extracts a copy of at most @size bytes the data at @offset into
a #GBytes.
- * @dest must be freed using g_free() when done.
+ * Extracts a copy of at most @size bytes the data at @offset into
+ *
newly-allocated memory.
@dest must be freed using g_free() when done.
*
* Since: 1.0.10
*/