[vlc-devel] [PATCH 2/2] doc: QtGl: lower verbosity level

Alexandre Janniaux ajanni at videolabs.io
Tue Nov 17 11:17:36 CET 2020


We don't need to display avcodec logs typically, and we mostly want to
give feedback to the user about what is loaded and what is happening,
meaning info, error, warn, dbg.
---
 doc/libvlc/QtGL/qtvlcwidget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/libvlc/QtGL/qtvlcwidget.cpp b/doc/libvlc/QtGL/qtvlcwidget.cpp
index 98f43b8aeb..3a9f4f9f04 100644
--- a/doc/libvlc/QtGL/qtvlcwidget.cpp
+++ b/doc/libvlc/QtGL/qtvlcwidget.cpp
@@ -197,7 +197,7 @@ QtVLCWidget::QtVLCWidget(QWidget *parent)
     // support it, the widget will become transparent apart from the logo.
 
     const char *args[] = {
-        "--verbose=4"
+        "--verbose=2"
     };
     m_vlc = libvlc_new(sizeof(args) / sizeof(*args), args);
 
-- 
2.29.2



More information about the vlc-devel mailing list