]> git.sesse.net Git - vlc/commit
mediacontrol API: update to use the new libvlc_media_player/libvlc_media API.
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Wed, 23 Apr 2008 12:54:52 +0000 (14:54 +0200)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Wed, 23 Apr 2008 17:35:01 +0000 (19:35 +0200)
commit445d63e0e38053c1e724982fcc9f661a3bf03ec3
treeb1b6d164ef87fc852234f8694670f71070b448dd
parent0b96b7ca02af144cbd93dea9f9393ffb7d1b3a15
mediacontrol API: update to use the new libvlc_media_player/libvlc_media API.

This implies the removal of playlist support (single-file playing only, through set_mrl/get_mrl methods). Position parameters for _pause, _resume and _stop method have also been removed.
include/vlc/mediacontrol.h
src/control/mediacontrol_audio_video.c
src/control/mediacontrol_core.c
src/control/mediacontrol_internal.h
src/control/mediacontrol_util.c