From 20d6576ebdad99a70b7f315667c25acc1fbe2ee2 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 26 Sep 2005 13:40:21 +0000 Subject: [PATCH] Correct syntax for debug option in gst-launch manpage Original commit message from CVS: Correct syntax for debug option in gst-launch manpage --- ChangeLog | 5 +++++ tools/gst-launch.1.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc2bfd8..9cd8396 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-26 Michael Smith + + * tools/gst-launch.1.in: + Correct documentation in manpage of debug syntax + 2005-09-26 Wim Taymans * gst/base/gstbasesrc.c: (gst_base_src_get_range), diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in index 4c12cd1..b8ea566 100644 --- a/tools/gst-launch.1.in +++ b/tools/gst-launch.1.in @@ -55,14 +55,14 @@ Prints the version string of the \fIGStreamer\fP core library. Causes \fIGStreamer\fP to abort if a warning message occurs. .TP 8 .B \-\-gst\-debug=STRING -A colon seperated list of category_name=level pairs to specify debugging levels +A comma seperated list of category_name:level pairs to specify debugging levels for each category. Level is in the range 0-5 where 0 will show no messages, and 5 will show all messages. The wildcard * can be used to match category names. Use \-\-gst\-debug\-help to show category names Example: -GST_CAT=5:GST_ELEMENT_*=3 +GST_CAT:5,GST_ELEMENT_*:3 .TP 8 .B \-\-gst\-debug\-level=LEVEL Sets the threshold for printing debugging messages. A higher level -- 2.7.4