mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
Update for new debugging system
Original commit message from CVS: Update for new debugging system
This commit is contained in:
parent
d1301cbba8
commit
803229d42f
1 changed files with 33 additions and 5 deletions
|
@ -38,15 +38,43 @@ Do not install a fault handler
|
||||||
.B \-t, \-\-trace
|
.B \-t, \-\-trace
|
||||||
Print memory allocation traces. The feature must be enabled at compile time to
|
Print memory allocation traces. The feature must be enabled at compile time to
|
||||||
work.
|
work.
|
||||||
|
|
||||||
|
.
|
||||||
|
.SH "GSTREAMER OPTIONS"
|
||||||
|
.l
|
||||||
|
\fIgst\-launch\fP also accepts the following options that are common
|
||||||
|
to all GStreamer applications:
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-gst\-info\-mask=FLAGS
|
.B \-\-gst\-version
|
||||||
\fIGStreamer\fP info flags to set (list with \-\-gst\-mask\-help)
|
Prints the version string of the \fIGStreamer\fP core library.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-gst\-debug\-mask=FLAGS
|
.B \-\-gst\-fatal\-warnings
|
||||||
|
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)
|
\fIGStreamer\fP debugging flags to set (list with \-\-gst\-mask\-help)
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-gst\-mask=FLAGS
|
.B \-\-gst\-debug\-level=LEVEL
|
||||||
\fIGStreamer\fP info and debugging flags to set (list with \-\-gst\-mask\-help)
|
Sets the threshold for printing debugging messages. A higher level
|
||||||
|
will print more messages. The useful range is 0-5, with the default
|
||||||
|
being 0.
|
||||||
|
.TP 8
|
||||||
|
.B \-\-gst\-debug\-no\-color
|
||||||
|
\fIGStreamer\fP normally prints debugging messages so that the
|
||||||
|
messages are color-coded when printed to a terminal that handles
|
||||||
|
ANSI escape sequences. Using this option causes \fIGstreamer\fP
|
||||||
|
to print messages without color.
|
||||||
|
.TP 8
|
||||||
|
.B \-\-gst\-disable\-debug
|
||||||
|
Disables debugging.
|
||||||
|
.TP 8
|
||||||
|
.B \-\-gst\-debug\-help
|
||||||
|
Prints a list of available debug categories and their default debugging level.
|
||||||
|
.TP 8
|
||||||
|
.B \-\-gst\-disable\-cpu\-opt
|
||||||
|
\fIGStreamer\fP normally automatically detects the capabilities of the
|
||||||
|
current CPU and selects the optimal implementation for some functions.
|
||||||
|
Using this flag disables detection, which is useful for debugging.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-gst\-plugin\-spew
|
.B \-\-gst\-plugin\-spew
|
||||||
\fIGStreamer\fP info flags to set
|
\fIGStreamer\fP info flags to set
|
||||||
|
|
Loading…
Reference in a new issue