[vlc-devel] commit: Make sure LUA RC has lower priority than classic RC ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Jan 6 21:01:46 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jan 6 21:59:39 2010 +0200| [281d4f3a253714a48062d4c34d88c1be13260448] | committer: Rémi Denis-Courmont
Make sure LUA RC has lower priority than classic RC
LUA RC is buggy and polls the system every second.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=281d4f3a253714a48062d4c34d88c1be13260448
---
modules/misc/lua/vlc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/misc/lua/vlc.c b/modules/misc/lua/vlc.c
index 275fcc0..ca48ad6 100644
--- a/modules/misc/lua/vlc.c
+++ b/modules/misc/lua/vlc.c
@@ -76,7 +76,7 @@ vlc_module_begin ()
set_description( N_("Lua Interface Module (shortcuts)") )
add_shortcut( "luarc" )
add_shortcut( "rc" )
- set_capability( "interface", 25 )
+ set_capability( "interface", 15 )
set_callbacks( Open_LuaIntf, Close_LuaIntf )
add_submodule ()
More information about the vlc-devel
mailing list