]> git.sesse.net Git - vlc/commit
* include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
authorGildas Bazin <gbazin@videolan.org>
Tue, 20 Apr 2004 15:05:24 +0000 (15:05 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 20 Apr 2004 15:05:24 +0000 (15:05 +0000)
commita5ee53f77453343410be793192b3a7cacb2ce08d
tree225b5676b39785f7c128d8be5c620774c1c87890
parent1741388f379b2de3feb921233c1d929d73ddd06c
* include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
   When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts).
* src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype.
* src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves.
* modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
include/vlc/vlc.h
include/vlc_interface.h
modules/gui/wxwindows/wxwindows.cpp
src/interface/interface.c
src/libvlc.c
src/vlc.c