2002-01-15 00:41:22 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GstQueue
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
Simple asynchronous data queue.
|
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
|
|
|
Simple data queue. Data is queued till max_level buffers 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.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
You can query how many buffers are queued with the level argument.
|
|
|
|
</para>
|
|
|
|
<para>
|
2002-07-12 23:21:20 +00:00
|
|
|
The default queue length is set to 100.
|
2002-01-15 00:41:22 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
The queue blocks by default.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2002-12-08 14:39:38 +00:00
|
|
|
<!-- ##### VARIABLE gst_queue_details ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|