mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Correct syntax for debug option in gst-launch manpage
Original commit message from CVS: Correct syntax for debug option in gst-launch manpage
This commit is contained in:
parent
dade05062a
commit
20d6576ebd
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-09-26 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* tools/gst-launch.1.in:
|
||||
Correct documentation in manpage of debug syntax
|
||||
|
||||
2005-09-26 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/base/gstbasesrc.c: (gst_base_src_get_range),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue