]> git.sesse.net Git - vlc/commit
Lua: allow killing Extensions
authorJean-Philippe André <jpeg@videolan.org>
Mon, 17 Jan 2011 01:34:33 +0000 (02:34 +0100)
committerJean-Philippe André <jpeg@videolan.org>
Fri, 21 Jan 2011 23:42:09 +0000 (00:42 +0100)
commit5980be37ec0de30c8c05b1efe4a641652b56b1f9
treefaa558e4000d92581a3f0662cb509b953d310926
parenta9e47d715ebb0e67bd1e177b321beac0d3c453e7
Lua: allow killing Extensions

If an Extension didn't respond in 10s, a dialog pops up and allows
the user to kill the Extension (thread cancellation)
modules/misc/lua/extension.c
modules/misc/lua/extension.h
modules/misc/lua/extension_thread.c