gst-launch: Fix OIL_CPU_FLAGS docs for Orc
authorDavid Schleef <ds@schleef.org>
Tue, 24 Aug 2010 19:46:38 +0000 (12:46 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 24 Aug 2010 19:51:41 +0000 (12:51 -0700)
tools/gst-launch.1.in

index 66bcfa8..43183d7 100644 (file)
@@ -442,6 +442,13 @@ 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
+\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
+ORC_CODE=backup or ORC_CODE=emulate if you suspect Orc's SIMD code
+generator is producing incorrect code.  (Quite a few important
+GStreamer plugins like videotestsrc, audioconvert or audioresample use Orc).
+.TP
 \fBG_DEBUG\fR
 Useful GLib environment variable. Set G_DEBUG=fatal_warnings to make
 GStreamer programs abort when a critical warning such as an assertion failure