[vlc-devel] commit: Qt4: disable the crashy embedded video(!) ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Sep 28 21:10:24 CEST 2008
vlc | branch: 0.9-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep 20 14:51:46 2008 +0300| [5f0ea9ca06dc6ea1497d437c130dcd42ef275f53] | committer: Rémi Denis-Courmont
Qt4: disable the crashy embedded video(!)
I don't know if it's a Qt4 interface bug and/or an X11 output bug, but
it causes frequent crashes with several users (and most of them don't
know about --no-embedded-video).
(cherry picked from commit fff7615fa9bf44f90ac5573eb2964bcb51e4ac3c)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f0ea9ca06dc6ea1497d437c130dcd42ef275f53
---
modules/gui/qt4/qt4.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index b5d18f9..1376397 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -213,9 +213,11 @@ vlc_module_begin();
set_callbacks( OpenDialogs, Close );
+#if 0
add_submodule();
set_capability( "vout window", 50 );
set_callbacks( WindowOpen, WindowClose );
+#endif
vlc_module_end();
/*****************************************************************************
More information about the vlc-devel
mailing list