mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
dataqueue: fix API documentation typo
This commit is contained in:
parent
def3f57c4f
commit
5f4daa8fd9
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ gst_data_queue_locked_is_full (GstDataQueue * queue)
|
|||
* gst_data_queue_flush:
|
||||
* @queue: a #GstDataQueue.
|
||||
*
|
||||
* Flushes all the contents of the @queue. Any call to #gst_data_queue_pull and
|
||||
* Flushes all the contents of the @queue. Any call to #gst_data_queue_push and
|
||||
* #gst_data_queue_pop will be released.
|
||||
* MT safe.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue