mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docs: fix docs for gst_queue_array_peek_head()
This commit is contained in:
parent
a400dd2f47
commit
a6010a9155
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ gst_queue_array_pop_head (GstQueueArray * array)
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_queue_array_pop_head:
|
||||
* gst_queue_array_peek_head:
|
||||
* @array: a #GstQueueArray object
|
||||
*
|
||||
* Returns and head of the queue @array and does not
|
||||
|
|
Loading…
Reference in a new issue