]> git.sesse.net Git - vlc/commit
python bindings: changes from the libvlc API: a MediaControl can now be created from...
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Fri, 22 Sep 2006 10:43:15 +0000 (10:43 +0000)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Fri, 22 Sep 2006 10:43:15 +0000 (10:43 +0000)
commit6880e8ec804e24d64a1bad275dc8e9db4ba75784
treee8dfa3beb7ab254f6a45801b499349b5f145ead9
parent673593dc6f54f482830f52cf264dfca1cecee971
python bindings: changes from the libvlc API: a MediaControl can now be created from scratch (with a list of strings as parameters) or from an existing vlc.Instance. MediaControl.get_instance() return the associated vlc.Instance in all cases.
bindings/mediacontrol-python/README
bindings/mediacontrol-python/setup.py
bindings/mediacontrol-python/vlc_instance.c
bindings/mediacontrol-python/vlc_mediacontrol.c