[vlc-commits] commit: Http interface VLC_OBJECT_VLC has been replaced by VLC_OBJECT_LIBVLC. ( Christian Masus )
git at videolan.org
git at videolan.org
Wed Jun 2 18:31:29 CEST 2010
vlc | branch: master | Christian Masus <cmasus at kth.se> | Wed Jun 2 18:30:34 2010 +0200| [79fc0522238625747ea4ba0b9ae1d08ca5d73c74] | committer: Rémi Duraffort
Http interface VLC_OBJECT_VLC has been replaced by VLC_OBJECT_LIBVLC.
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79fc0522238625747ea4ba0b9ae1d08ca5d73c74
---
share/http/requests/status.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/http/requests/status.xml b/share/http/requests/status.xml
index 9565034..bbc5ea5 100644
--- a/share/http/requests/status.xml
+++ b/share/http/requests/status.xml
@@ -101,7 +101,7 @@
<vlc id="rpn" param1="val value vlc_seek" />
<vlc id="end"/>
<vlc id="if" param1="command value 'key' strcmp 0 =" />
- <vlc id="rpn" param1="'key-' val value strcat 'VLC_OBJECT_VLC' vlc_var_get key-pressed 'VLC_OBJECT_VLC' vlc_var_set" />
+ <vlc id="rpn" param1="'key-' val value strcat 'VLC_OBJECT_LIBVLC' vlc_var_get key-pressed 'VLC_OBJECT_LIBVLC' vlc_var_set" />
<vlc id="end"/>
<vlc id="end" />
More information about the vlc-commits
mailing list