diff --git a/ChangeLog b/ChangeLog index fc2bfd89dc..9cd8396c8d 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 4c12cd1358..b8ea566dcc 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