summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-11-06 18:29:28 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-11-06 18:30:31 +0100
commit1d41a8002b347627e1fdcc10105187c34a3922a5 (patch)
tree619ba55f439dbad7fd3ed5456974e65cb79e6e5e /tools
parentbfc39823089473c781fe8c708283e9c9616e046b (diff)
Document GST_DEBUG_FILE
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-launch.1.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in
index 6f0a208a4..829faf149 100644
--- a/tools/gst-launch.1.in
+++ b/tools/gst-launch.1.in
@@ -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