tutorials/basic/debugging-tools: GST_LEVEL_MEMDUMP is 9 and not 8
authorSebastian Dröge <sebastian@centricular.com>
Wed, 11 Dec 2019 21:22:35 +0000 (23:22 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 11 Dec 2019 21:22:35 +0000 (23:22 +0200)
markdown/tutorials/basic/debugging-tools.md

index dc1338b..52750db 100644 (file)
@@ -67,7 +67,7 @@ amount of desired output:
 |   |         | very often. This is for example is each time the reference     |
 |   |         | count of a GstMiniObject, such as a GstBuffer or GstEvent, is  |
 |   |         | modified.                                                      |
-| 8 | MEMDUMP | Logs all memory dump messages. This is the heaviest logging and|
+| 9 | MEMDUMP | Logs all memory dump messages. This is the heaviest logging and|
 |   |         | may include dumping the content of blocks of memory.           |
 +------------------------------------------------------------------------------+
 ```