[vlc-devel] commit: mediacontrol API: update to use the new libvlc_media_player/ libvlc_media 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 14:54:52 2008 +0200| [445d63e0e38053c1e724982fcc9f661a3bf03ec3]

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.

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

 include/vlc/mediacontrol.h             |   52 ++-----
 src/control/mediacontrol_audio_video.c |  100 +++++-------
 src/control/mediacontrol_core.c        |  283 ++++++++++++++------------------
 src/control/mediacontrol_internal.h    |   20 +--
 src/control/mediacontrol_util.c        |  151 ++++++------------
 5 files changed, 237 insertions(+), 369 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=445d63e0e38053c1e724982fcc9f661a3bf03ec3



More information about the vlc-devel mailing list