mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
9 lines
309 B
Markdown
9 lines
309 B
Markdown
# 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}}`
|