mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
adapter: fix 0.10 docs to make more sense in 1.0
This commit is contained in:
parent
89d6ac116c
commit
98d084df69
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue