mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Update the documentation here too to include more details on --gst-debug
Original commit message from CVS: Update the documentation here too to include more details on --gst-debug
This commit is contained in:
parent
0ef614172a
commit
623db82a1e
1 changed files with 8 additions and 1 deletions
|
@ -55,7 +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
|
||||
\fIGStreamer\fP debugging flags to set (list with \-\-gst\-mask\-help)
|
||||
A colon 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
|
||||
.TP 8
|
||||
.B \-\-gst\-debug\-level=LEVEL
|
||||
Sets the threshold for printing debugging messages. A higher level
|
||||
|
|
Loading…
Reference in a new issue