docs: fix description of gst_buffer_extract_dup()
authorTim-Philipp Müller <tim@centricular.com>
Wed, 22 Jul 2015 14:38:06 +0000 (15:38 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 22 Jul 2015 14:38:06 +0000 (15:38 +0100)
No GBytes involved.

gst/gstbuffer.c

index c1f0ebb91db52c4dd04a5ca2a10ad7e096aade4a..65c915ab4263f54196571fc8ab04ff77afaaedca 100644 (file)
@@ -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
  */