From: David Schleef Date: Tue, 24 Aug 2010 19:46:38 +0000 (-0700) Subject: gst-launch: Fix OIL_CPU_FLAGS docs for Orc X-Git-Tag: RELEASE-0.10.31~180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95cd0ab6e43cd8295e35aabcd6fb85e7de9d2d78;p=platform%2Fupstream%2Fgstreamer.git gst-launch: Fix OIL_CPU_FLAGS docs for Orc --- diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in index 66bcfa8..43183d7 100644 --- a/tools/gst-launch.1.in +++ b/tools/gst-launch.1.in @@ -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