mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
tools: mention --eos-on-shutdown on gst-launch man page
This commit is contained in:
parent
c076eb6bb0
commit
d989fa3cf1
1 changed files with 6 additions and 1 deletions
|
@ -39,8 +39,13 @@ Output messages posted on the pipeline's bus
|
|||
.B \-t, \-\-tags
|
||||
Output tags (also known as metadata)
|
||||
.TP 8
|
||||
.B \-e, \-\-eos\-on\-shutdown
|
||||
Force an EOS event on sources before shutting the pipeline down. This is
|
||||
useful to make sure muxers create readable files when a muxing pipeline is
|
||||
shut down forcefully via Control-C.
|
||||
.TP 8
|
||||
.B \-o FILE, \-\-output=FILE
|
||||
Save XML representation of pipeline to FILE and exit
|
||||
Save XML representation of pipeline to FILE and exit (DEPRECATED, DO NOT USE)
|
||||
.TP 8
|
||||
.B \-f, \-\-no\-fault
|
||||
Do not install a fault handler
|
||||
|
|
Loading…
Reference in a new issue