From 98d084df692fd8f2222eae79cd6d65310aec68b1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 5 Dec 2012 14:24:14 +0100 Subject: [PATCH] adapter: fix 0.10 docs to make more sense in 1.0 --- libs/gst/base/gstadapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/base/gstadapter.c b/libs/gst/base/gstadapter.c index 73d009b..325dfaf 100644 --- a/libs/gst/base/gstadapter.c +++ b/libs/gst/base/gstadapter.c @@ -420,7 +420,7 @@ gst_adapter_try_to_merge_up (GstAdapter * adapter, gsize size) * of its chain function, the buffer will have an invalid data pointer after * your element flushes the bytes. In that case you should use * gst_adapter_take(), which returns a freshly-allocated buffer that you can set - * as #GstBuffer malloc_data or the potentially more performant + * as #GstBuffer memory or the potentially more performant * gst_adapter_take_buffer(). * * Returns #NULL if @size bytes are not available. -- 2.7.4