[vlc-devel] [PATCH] qt: fix vout not using qt window module anymore
Darrell Walisser
darrell.walisser at gmail.com
Sun Feb 28 19:52:17 CET 2016
---
modules/gui/qt/qt.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/qt.cpp b/modules/gui/qt/qt.cpp
index 7047a81..e128bc4 100644
--- a/modules/gui/qt/qt.cpp
+++ b/modules/gui/qt/qt.cpp
@@ -346,7 +346,7 @@ static void RegisterIntf( intf_thread_t *p_this )
var_Create (pl, "qt4-iface", VLC_VAR_ADDRESS);
var_SetAddress (pl, "qt4-iface", p_this);
var_Create (pl, "window", VLC_VAR_STRING);
- var_SetString (pl, "window", "qt4,any");
+ var_SetString (pl, "window", "qt,any");
}
/* Open Interface */
--
2.5.0
More information about the vlc-devel
mailing list