From 45fb85246af2c8d8ec77f956fbe015565f02f5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 11 Dec 2019 23:22:35 +0200 Subject: [PATCH] tutorials/basic/debugging-tools: GST_LEVEL_MEMDUMP is 9 and not 8 --- markdown/tutorials/basic/debugging-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/tutorials/basic/debugging-tools.md b/markdown/tutorials/basic/debugging-tools.md index dc1338b89d..52750dbda8 100644 --- a/markdown/tutorials/basic/debugging-tools.md +++ b/markdown/tutorials/basic/debugging-tools.md @@ -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. | +------------------------------------------------------------------------------+ ```