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:
Wim Taymans 2006-03-13 11:11:16 +00:00
parent ccb9d70195
commit 526cf6506e
2 changed files with 7 additions and 1 deletions

View file

@ -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:

View file

@ -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.
*