mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
gst-launch-1.0-queue: add page (#21754)
This commit is contained in:
@@ -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}}`
|
||||
Reference in New Issue
Block a user