mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
gstreamer: docs: document GST_DEBUG env var evaluation order
Fixes #716 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/923>
This commit is contained in:
parent
3db957c10d
commit
677d8f4639
1 changed files with 6 additions and 0 deletions
|
@ -131,6 +131,12 @@ hand.
|
|||
Since GStreamer 1.2 it is also possible to specify debug levels by name,
|
||||
e.g. `GST_DEBUG=*:WARNING,*audio*:LOG`
|
||||
|
||||
The categories and log levels are evaluated from left to right, with later
|
||||
entries overriding any previously-set levels for categories, e.g.
|
||||
`GST_DEBUG=decodebin:LOG,*:INFO` will set the decodebin category back to
|
||||
INFO level whereas `GST_DEBUG=*:INFO,decodebin:LOG` will log everything at
|
||||
INFO level apart from decodebin which will be logged at LOG level.
|
||||
|
||||
**`GST_DEBUG_NO_COLOR`.**
|
||||
|
||||
Set this environment variable to any value ("1" typically) to switch
|
||||
|
|
Loading…
Reference in a new issue