commands.sh

gst-launch-1.0 queue

all

Multithread the pipeline and buffer data.

More info →

Examples (1)

Separate a pipeline into multiple threads so that one blocking element doesn't block the rest

gst-launch-1.0 source ! queue ! sink
made by @shridhargupta | data from tldr-pages