mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
gst-launch: document how to run a pipeline with a specific latency
I keep forgetting the exact syntax to do that so I figured I'd just document it properly.
This commit is contained in:
parent
fd556b1396
commit
daa4d32511
1 changed files with 7 additions and 0 deletions
|
@ -294,6 +294,13 @@ gst-launch-1.0 osssrc ! audioconvert ! vorbisenc ! oggmux !
|
|||
filesink location=input.ogg
|
||||
```
|
||||
|
||||
Running a pipeline using a specific user-defined latency
|
||||
(see gst_pipeline_set_latency()):
|
||||
|
||||
```
|
||||
gst-launch-1.0 pipeline. \( latency=2000000000 videotestsrc ! jpegenc ! jpegdec ! fakevideosink \)
|
||||
```
|
||||
|
||||
### Video
|
||||
|
||||
Display only the video portion of an MPEG-1 video file, outputting to an X
|
||||
|
|
Loading…
Reference in a new issue