blob: af326b0b029f53a07495f02cb2c4683d39b59882 [file] [log] [blame]
Andy Wingo43cbc422002-01-15 00:41:22 +00001<!-- ##### SECTION Title ##### -->
2GstQueue
3
4<!-- ##### SECTION Short_Description ##### -->
5Simple asynchronous data queue.
6
7<!-- ##### SECTION Long_Description ##### -->
8<para>
9Simple data queue. Data is queued till max_level buffers any subsequent buffers
10sent to this filter will block until free space becomes available in the buffer.
11The queue is typically used in conjunction with a thread.
12</para>
13<para>
14You can query how many buffers are queued with the level argument.
15</para>
16<para>
17The default queue length is set to 10.
18</para>
19<para>
20The queue blocks by default.
21</para>
22
23<!-- ##### SECTION See_Also ##### -->
24<para>
25
26</para>
27