CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Tue May 15 03:01:44 CEST 2001
Update of /cvs/videolan/vlc/include
Modified Files:
intf_playlist.h
Update of /cvs/videolan/vlc/plugins/dvd
Modified Files:
input_dvd.c
Update of /cvs/videolan/vlc/plugins/gnome
Modified Files:
gnome_callbacks.c gnome_callbacks.h gnome_interface.c
gnome_playlist.c intf_gnome.c intf_gnome.glade
Update of /cvs/videolan/vlc/plugins/gtk
Modified Files:
Makefile gtk_callbacks.c gtk_callbacks.h gtk_interface.c
gtk_interface.h gtk_playlist.c gtk_playlist.h intf_gtk.c
intf_gtk.glade intf_gtk.h
Added Files:
gtk_control.c gtk_control.h gtk_menu.c gtk_menu.h
gtk_modules.c gtk_modules.h gtk_open.c gtk_open.h
gtk_preferences.c gtk_preferences.h
Update of /cvs/videolan/vlc/src/audio_output
Modified Files:
aout_spdif.c
Update of /cvs/videolan/vlc/src/interface
Modified Files:
interface.c intf_playlist.c
Log Message:
*initialization bugfixes in input_dvd
*added a b_stopped flag to interface playlist to have a stop function in
interface plugins. As a consequence, the playlist no longer loops on end
but wait for the user to press 'play' or to add another item (gtk/gnome
interface). I think that other plugins are broken but it shouldn't be
difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in
play functions and 'p_main->p_playlist->b_stopped = 1' when you have to
stop.
*Updated gtk interface so that it has the same features as gnome. I
think I will merge the code so that we don't have to copy and paste each
change. Only the .glade file would be different.
--
stef
More information about the vlc-devel
mailing list