]> git.sesse.net Git - vlc/commit
control/media_descriptor.c: Publish an Event plus a method to get the media_descripto...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 24 Dec 2007 18:45:10 +0000 (18:45 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 24 Dec 2007 18:45:10 +0000 (18:45 +0000)
commit141e740fbee112b7d8ac61e5842d85670eda7399
tree32bfaa28be577fe3fd134aaef45cc7039d8b7ea8
parentf2c77da9820cf07e455417f2636561cc338759b4
control/media_descriptor.c: Publish an Event plus a method to get the media_descriptor state, which is buffering, playing, error, nothing special. This is a bit controversial as we need a media_instance to set that state, and this is media_instance dependant. However, this is a nice shortcut.
include/vlc/libvlc.h
include/vlc/libvlc_structures.h
src/control/libvlc_internal.h
src/control/media_descriptor.c
src/control/media_instance.c