[vlmc-devel] VLCInstance: Do not set a vout globally.

Hugo Beauzée-Luyssen git at videolan.org
Tue Feb 11 01:53:51 CET 2014


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Feb 11 02:51:00 2014 +0200| [e06111b48c1e62b8f176692f46c087886727364e] | committer: Hugo Beauzée-Luyssen

VLCInstance: Do not set a vout globally.

Non linux renderer widgets renderer (set_nsobject/set_hwnd) do not force
a vout back.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=e06111b48c1e62b8f176692f46c087886727364e
---

 src/LibVLCpp/VLCInstance.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/LibVLCpp/VLCInstance.cpp b/src/LibVLCpp/VLCInstance.cpp
index 7f68bf5..e739849 100644
--- a/src/LibVLCpp/VLCInstance.cpp
+++ b/src/LibVLCpp/VLCInstance.cpp
@@ -36,7 +36,6 @@ Instance::Instance( QObject* parent /*= NULL*/ ) : QObject( parent )
     argv << "--no-skip-frames"
         // << "--ffmpeg-debug", "3",
         << "--text-renderer" << "dummy"
-        << "--vout" << "dummy"
         << "--no-sub-autodetect-file"           // Don't detect subtitles
         // << "--no-audio"
         // << "--no-overlay",



More information about the Vlmc-devel mailing list