mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 20:31:20 +00:00
bufferlist: update doc string
This commit is contained in:
parent
276a55fd24
commit
824a0b5f5f
1 changed files with 3 additions and 4 deletions
|
@ -49,10 +49,9 @@
|
|||
* </informalexample>
|
||||
*
|
||||
* The gst_buffer_list_iterator_remove(), gst_buffer_list_iterator_steal(),
|
||||
* gst_buffer_list_iterator_take(), gst_buffer_list_iterator_do() and
|
||||
* gst_buffer_list_iterator_do_data() functions are not defined in terms of the
|
||||
* cursor position; they operate on the last element returned from
|
||||
* gst_buffer_list_iterator_next().
|
||||
* gst_buffer_list_iterator_take() and gst_buffer_list_iterator_do() functions
|
||||
* are not defined in terms of the cursor position; they operate on the last
|
||||
* element returned from gst_buffer_list_iterator_next().
|
||||
*
|
||||
* The basic use pattern of creating a buffer list with an iterator is as
|
||||
* follows:
|
||||
|
|
Loading…
Reference in a new issue