From 0a50d1be523e88c87dd7ded8bc9cc22eca0f5669 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 22 Jul 2015 15:38:06 +0100 Subject: [PATCH] docs: fix description of gst_buffer_extract_dup() No GBytes involved. --- gst/gstbuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index c1f0ebb91d..65c915ab42 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 */ -- 2.34.1