[vlc-devel] commit: s/URI/location/ to comply to the spec ( Rafaël Carré )

git version control git at videolan.org
Mon May 5 22:12:38 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon May  5 22:14:22 2008 +0200| [063e5077078128a351089bbbae616b395cbc9639]

s/URI/location/ to comply to the spec

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

 modules/control/dbus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/control/dbus.c b/modules/control/dbus.c
index e65ac8d..4888e2f 100644
--- a/modules/control/dbus.c
+++ b/modules/control/dbus.c
@@ -1079,7 +1079,7 @@ static int GetInputMeta( input_item_t* p_input,
     "title", "artist", "genre", "copyright", "album", "tracknum",
     "description", "rating", "date", "setting", "url", "language",
     "nowplaying", "publisher", "encodedby", "arturl", "trackid",
-    "status", "URI", "length", "video-codec", "audio-codec",
+    "status", "location", "length", "video-codec", "audio-codec",
     "video-bitrate", "audio-bitrate", "audio-samplerate"
     };
 




More information about the vlc-devel mailing list