diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-11-06 18:29:28 +0100 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-11-06 18:30:31 +0100 |
commit | 1d41a8002b347627e1fdcc10105187c34a3922a5 (patch) | |
tree | 619ba55f439dbad7fd3ed5456974e65cb79e6e5e /docs/gst | |
parent | bfc39823089473c781fe8c708283e9c9616e046b (diff) |
Document GST_DEBUG_FILE
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/running.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/gst/running.xml b/docs/gst/running.xml index b6bf59a67..3aca00992 100644 --- a/docs/gst/running.xml +++ b/docs/gst/running.xml @@ -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> |