gst-launch-1.0-queue: add page (#21754)

This commit is contained in:
Managor
2026-03-28 22:16:55 +02:00
committed by GitHub
parent 0f0eb05222
commit c19b7142ec
+8
View File
@@ -0,0 +1,8 @@
# gst-launch-1.0 queue
> Multithread the pipeline and buffer data.
> More information: <https://gstreamer.freedesktop.org/documentation/coreelements/queue.html>.
- Separate a pipeline into multiple threads so that one blocking element doesn't block the rest:
`gst-launch-1.0 {{source}} ! queue ! {{sink}}`