[vlc-devel] commit: python bindings: update to the new libvlc and mediacontrol API. ( Olivier Aubert )
git version control
git at videolan.org
Wed Apr 23 19:39:17 CEST 2008
vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Wed Apr 23 15:25:44 2008 +0200| [241b22807f106a1473add93ed0d8efdc9108e4bc]
python bindings: update to the new libvlc and mediacontrol API.
Objects have been renamed (vlc.MediaPlayer/vlc.Media) to match the current API.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=241b22807f106a1473add93ed0d8efdc9108e4bc
---
bindings/python/TODO | 579 ------------------------------------
bindings/python/vlc_instance.c | 262 ++---------------
bindings/python/vlc_media.c | 144 +++------
bindings/python/vlc_mediacontrol.c | 113 ++-----
bindings/python/vlc_mediaplayer.c | 248 ++++++++--------
bindings/python/vlc_module.c | 46 ++--
bindings/python/vlcglue.h | 24 +-
7 files changed, 261 insertions(+), 1155 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=241b22807f106a1473add93ed0d8efdc9108e4bc
More information about the vlc-devel
mailing list