]> git.sesse.net Git - vlc/commit
* Dvd angle is now handled through a program structure, so that the interface
authorStéphane Borel <stef@videolan.org>
Tue, 5 Mar 2002 17:46:33 +0000 (17:46 +0000)
committerStéphane Borel <stef@videolan.org>
Tue, 5 Mar 2002 17:46:33 +0000 (17:46 +0000)
commitba9c75bf532935a3decbf6b0762bf43c214afffd
tree9fd6d2a4f83bb808e86f2af77314f0baad8d42a7
parent7729c4e279ffe8b00e6e1048f065676b2e0c9d8d
* Dvd angle is now handled through a program structure, so that the interface
needs nothing specific to change angle.

* Fixed a bug in clock management where ES without a program couldn't get
timestamped.

*Fixed program management in gnome/gtk. Program now also appears in popup.

*In interface, only display ES associated with the selected program, or with
no program at all.
15 files changed:
include/input_ext-intf.h
plugins/dvd/dvd_summary.c
plugins/dvd/input_dvd.c
plugins/dvdread/input_dvdread.c
plugins/gtk/gnome.glade
plugins/gtk/gnome_interface.c
plugins/gtk/gtk.glade
plugins/gtk/gtk_common.h
plugins/gtk/gtk_display.c
plugins/gtk/gtk_interface.c
plugins/gtk/gtk_menu.c
src/input/input_clock.c
src/input/input_ext-intf.c
src/input/input_programs.c
src/input/mpeg_system.c