mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst-launch: Fix OIL_CPU_FLAGS docs for Orc
This commit is contained in:
parent
58b8319f9c
commit
95cd0ab6e4
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue