From e1dc97fe447137ec4351412f46f71d2815153f1b Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 11 Mar 2005 20:15:53 +0000 Subject: [PATCH] tools/gst-launch.1.in: Document --tags. Original commit message from CVS: * tools/gst-launch.1.in: Document --tags. --- ChangeLog | 5 +++++ tools/gst-launch.1.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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.