mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Document GST_DEBUG_FILE
This commit is contained in:
parent
bfc3982308
commit
1d41a8002b
2 changed files with 16 additions and 0 deletions
|
@ -314,6 +314,17 @@ The variable takes a comma-separated list of tracing options to enable.
|
|||
</para>
|
||||
</formalpara>
|
||||
|
||||
<formalpara id="GST_DEBUG_FILE">
|
||||
<title><envar>GST_DEBUG_FILE</envar></title>
|
||||
|
||||
<para>
|
||||
Set this variable to a file path to redirect all GStreamer debug
|
||||
messages to this file. If left unset, debug messages with be output
|
||||
unto the standard error.
|
||||
</para>
|
||||
|
||||
</formalpara>
|
||||
|
||||
<formalpara id="ORC_CODE">
|
||||
<title><envar>ORC_CODE</envar></title>
|
||||
|
||||
|
|
|
@ -429,6 +429,11 @@ Specifies a list of plugins that are always loaded by default. If not set,
|
|||
this defaults to the system-installed path, and the plugins installed in the
|
||||
user's home directory
|
||||
.TP
|
||||
\fBGST_DEBUG_FILE\fR
|
||||
Set this variable to a file path to redirect all GStreamer debug
|
||||
messages to this file. If left unset, debug messages with be output
|
||||
unto the standard error.
|
||||
.TP
|
||||
\fBORC_CODE\fR
|
||||
Useful Orc environment variable. Set ORC_CODE=debug to enable debuggers
|
||||
such as gdb to create useful backtraces from Orc-generated code. Set
|
||||
|
|
Loading…
Reference in a new issue