adapter: fix 0.10 docs to make more sense in 1.0

This commit is contained in:
Wim Taymans 2012-12-05 14:24:14 +01:00
parent 89d6ac116c
commit 98d084df69

View file

@ -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.