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:
Krystian Wojtas 2022-02-08 18:43:36 +01:00 committed by GStreamer Marge Bot
parent 82a9ec9429
commit e1ac843ffb

View file

@ -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`.