mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
bufferlist: small doc fix
This commit is contained in:
parent
4bc7ff8e3e
commit
974c708041
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ gst_buffer_list_length (GstBufferList * list)
|
|||
* Call @func with @data for each buffer in @list.
|
||||
*
|
||||
* @func can modify the passed buffer pointer or its contents. The return value
|
||||
* of @func define if this function returns or if the remaining buffers in a
|
||||
* group should be skipped.
|
||||
* of @func define if this function returns or if the remaining buffers in
|
||||
* the list should be skipped.
|
||||
*
|
||||
* Since: 0.10.24
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue