mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
plugins/elements/gstqueue.c: Very small doc update.
Original commit message from CVS: * plugins/elements/gstqueue.c: Very small doc update.
This commit is contained in:
parent
ccb9d70195
commit
526cf6506e
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-03-13 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* plugins/elements/gstqueue.c:
|
||||
Very small doc update.
|
||||
|
||||
2006-03-13 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/gst_private.h:
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
*
|
||||
* Data is queued till max_level buffers have been stored. Any subsequent
|
||||
* buffers sent to this filter will block until free space becomes available in
|
||||
* the buffer. The queue is typically used in conjunction with a thread.
|
||||
* the buffer. The queue will create a new thread on the source pad to
|
||||
* decouple the processing on sink and source pad.
|
||||
*
|
||||
* You can query how many buffers are queued with the level argument.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue