Alexandre Janniaux
c554dd7809
WIP: demo logger cb
6 years ago
Rémi Denis-Courmont
b18a675901
lib: remove useless libvlc_media_new_path() parameter
4 years ago
Rémi Denis-Courmont
d607bf767f
lib/media_player: pass instance when creating from media
The caller ought to be able to select which instance the player should
be instantiated from.
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
Alexandre Janniaux
ce4e4085c6
doc: QtPlayer: check _WIN32 for windows plugins
QWindowsIntegrationPlugin is supposed to be linked against only when the
example is being compiled for Windows platform.
5 years ago
Steve Lhomme
930b5ef4f9
doc: QtPlayer: add QWindowsIntegrationPlugin plugin
Similar to the one in the QtGl sample.
6 years ago
Alexandre Janniaux
092891ad98
doc: QtPlayer: update .pro file to use pkg-config
It allows to configure the example with, for instance, the following
command line:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ qmake ..
PKG_CONFIG_PATH can be adapted to the path where libvlc has been
installed and/or where Qt is available.
This also remove the unused parts, and add QT += widgets which is needed
to compile.
6 years ago
Steve Lhomme
0ade21ad07
QtPlayer example: fix compilation with newer Qt/libvlc
6 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
Jean-Baptiste Kempf
1455682028
QtPlayer example: small way to fullscreen
14 years ago
Jean-Baptiste Kempf
731de0e9ce
Update QtPlayer example, so that one can actually understand it.
14 years ago
Jean-Baptiste Kempf
5dc28924d7
Doc: QtPlayer example: fix MacOS build with Qt4.8
Close #5835
15 years ago
Jean-Baptiste Kempf
31258aa03c
libVLC examples, from GCI work
- Gtk+ player
- wx player
- Qt player
- DVD ripper using Gtk
16 years ago