mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: tell that ORC_CODE can contain a list of flags
This commit is contained in:
parent
83597767b1
commit
9558a05cc2
1 changed files with 2 additions and 1 deletions
|
@ -243,8 +243,9 @@ plugins frequently, it will save time when doing gst_init().
|
|||
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
|
||||
generator is producing incorrect code (Quite a few important
|
||||
GStreamer plugins like videotestsrc, audioconvert or audioresample use Orc).
|
||||
One can also combine flags like ORC_CODE=backup,debug.
|
||||
</para>
|
||||
|
||||
</formalpara>
|
||||
|
|
Loading…
Reference in a new issue