diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-07-22 15:38:06 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-07-22 15:38:06 +0100 |
commit | 0a50d1be523e88c87dd7ded8bc9cc22eca0f5669 (patch) | |
tree | 14bd8caf217c657b97079b1f16ed09a51ceba2e9 | |
parent | 0accb7f700a737646fe3460442cfcfec377ece14 (diff) |
docs: fix description of gst_buffer_extract_dup()
No GBytes involved.
-rw-r--r-- | gst/gstbuffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index c1f0ebb91..65c915ab4 100644 --- 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 */ |