]> git.sesse.net Git - vlc/commitdiff
small typo in requests/status.xml in lua
authorIlkka Ollakka <ileoo@videolan.org>
Wed, 23 Jul 2008 12:17:13 +0000 (15:17 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Wed, 23 Jul 2008 12:35:29 +0000 (15:35 +0300)
share/lua/http/requests/status.xml

index 24aedf8463874afaca74315726bf35657e81cf2c..0021001cb11228d67bfd408c715daa906791a095 100644 (file)
@@ -118,7 +118,7 @@ local vout = input and vlc.object.find(input,'vout','child')
   <information>
   <?vlc
     if input then
-      local info = vlc.input_info()
+      local info = vlc.input.info()
       for k, v in pairs(info) do
         print("<category name='"..k.."'>")
           for k2, v2 in pairs(v) do