mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 03:38:55 +00:00
docs: fix some typos
This commit is contained in:
parent
3e21ddf81f
commit
0e66315f2d
1 changed files with 2 additions and 2 deletions
|
@ -368,10 +368,10 @@ gst_buffer_list_foreach (GstBufferList * list, GstBufferListFunc func,
|
|||
* Get the buffer at @idx in @group.
|
||||
*
|
||||
* Note that this function is not efficient for iterating over the entire list.
|
||||
* Use and iterator or gst_buffer_list_foreach() instead.
|
||||
* Use an iterator or gst_buffer_list_foreach() instead.
|
||||
*
|
||||
* Returns: the buffer at @idx in @group or NULL when there is no buffer. The
|
||||
* buffer remaing valid as long as @list is valid.
|
||||
* buffer remains valid as long as @list is valid.
|
||||
*/
|
||||
GstBuffer *
|
||||
gst_buffer_list_get (GstBufferList * list, guint group, guint idx)
|
||||
|
|
Loading…
Reference in a new issue