diff --git a/ChangeLog b/ChangeLog index ee5fd2fb4f..3b103e4707 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-11 Ronald S. Bultje + + * tools/gst-launch.1.in: + Document --tags. + 2005-03-11 Stefan Kost Reviewed by: Ronald S. Bultje diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in index 21c2cf2c28..59efa87580 100644 --- a/tools/gst-launch.1.in +++ b/tools/gst-launch.1.in @@ -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.