mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
c1125590b2
Original commit message from CVS: more doc build fixes
42 lines
784 B
Text
42 lines
784 B
Text
<!-- ##### 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>
|
|
The default queue length is set to 100.
|
|
</para>
|
|
<para>
|
|
The queue blocks by default.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GstQueue ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### STRUCT GstQueueSize ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@buffers:
|
|
@bytes:
|
|
@time:
|
|
|