mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
tutorials: fixed described log level number to correspond with code
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1669>
This commit is contained in:
parent
82a9ec9429
commit
e1ac843ffb
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ The `GST_DEBUG` environment variable, then, is a comma-separated list of
|
|||
representing the default debug level for all categories.
|
||||
|
||||
The `'*'` wildcard is also available. For example
|
||||
`GST_DEBUG=2,audio*:6` will use Debug Level 5 for all categories
|
||||
`GST_DEBUG=2,audio*:6` will use Debug Level 6 for all categories
|
||||
starting with the word `audio`. `GST_DEBUG=*:2` is equivalent to
|
||||
`GST_DEBUG=2`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue