mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
tools/gst-launch.1.in: Document --tags.
Original commit message from CVS: * tools/gst-launch.1.in: Document --tags.
This commit is contained in:
parent
bcb6f293ea
commit
e1dc97fe44
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* tools/gst-launch.1.in:
|
||||
Document --tags.
|
||||
|
||||
2005-03-11 Stefan Kost <ensonic@sonicpulse.de>
|
||||
|
||||
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
|
|
@ -35,10 +35,13 @@ Save XML representation of pipeline to FILE and exit
|
|||
.B \-f, \-\-no_fault
|
||||
Do not install a fault handler
|
||||
.TP 8
|
||||
.B \-t, \-\-trace
|
||||
.B \-T, \-\-trace
|
||||
Print memory allocation traces. The feature must be enabled at compile time to
|
||||
work.
|
||||
.TP 8
|
||||
.B \-t, \-\-tags
|
||||
Print tags found in the streams, if any.
|
||||
.TP 8
|
||||
.B \-i, \-\-iterations=N
|
||||
Stop processing after N iterations.
|
||||
|
||||
|
|
Loading…
Reference in a new issue