Steve Lhomme
1ce31601a4
doc/wx_player: set WS_CLIPCHILDREN on our window
So the display module doesn't have to do it in its own thread.
2 years ago
Rémi Denis-Courmont
b18a675901
lib: remove useless libvlc_media_new_path() parameter
4 years ago
Thomas Guillem
6d3b8ada5f
doc: examples: use the Stopped event
From VLC 4.0, Ended or EndReached are sent when the player is stopping,
so listen to the stopped event instead.
4 years ago
Romain Vimont
80a8553e8a
libvlc: player: rename stop() to stop_async()
The new player stops asynchronously. This is a breaking change, so use a
different function name.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
7 years ago
Mariusz Wasak
5b526dae4c
Making access to wxWindow::AddPendingEvent in example.
AddPendingEvent is protected in wxWindow so orignial example code don't compile. Access to this method should be made by using wxWindow::GetEventHandler()
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Jean-Baptiste Kempf
31258aa03c
libVLC examples, from GCI work
- Gtk+ player
- wx player
- Qt player
- DVD ripper using Gtk
16 years ago