[vlc-devel] commit: Lua RC interface: Fix info command (Jean-Philippe Andre )

git version control git at videolan.org
Sat Nov 7 18:50:12 CET 2009


vlc | branch: master | Jean-Philippe Andre <jpeg at via.ecp.fr> | Sat Nov  7 18:46:04 2009 +0100| [57f6ddbadccc276fcc37cb603b888f419dc954cb] | committer: Jean-Philippe Andre 

Lua RC interface: Fix info command

s/input_info/input.info/

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57f6ddbadccc276fcc37cb603b888f419dc954cb
---

 share/lua/intf/rc.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/lua/intf/rc.lua b/share/lua/intf/rc.lua
index 91b1155..b32b805 100644
--- a/share/lua/intf/rc.lua
+++ b/share/lua/intf/rc.lua
@@ -308,7 +308,7 @@ function help(name,client,arg)
 end
 
 function input_info(name,client)
-    local categories = vlc.input_info()
+    local categories = vlc.input.info()
     for cat, infos in pairs(categories) do
         client:append("+----[ "..cat.." ]")
         client:append("|")




More information about the vlc-devel mailing list