[vlc-devel] [PATCH V2 0/5] player: vout<->es_id identification
Thomas Guillem
thomas at gllm.fr
Fri May 31 09:59:34 CEST 2019
Changes since last patch set:
- Added "player: store private variables in vlc_player_track"
- Added "player: add vout<->es_id getters"
In addition to the vout_changed event, we need to add vout<->es_id getters from
the player.
Thomas Guillem (5):
input: pass vlc_es_id_t to decoder
decoder: also send the ES id with vout events
player: store private variables in vlc_player_track
player: associate ES ids in vout_changed event
player: add vout<->es_id getters
include/vlc_input.h | 1 +
include/vlc_player.h | 38 +++-
lib/media_player.c | 4 +-
modules/control/gestures.c | 9 +-
modules/control/hotkeys.c | 2 +
.../gui/macosx/playlist/VLCPlayerController.m | 6 +-
.../gui/qt/components/player_controller.cpp | 2 +-
src/input/decoder.c | 22 ++-
src/input/decoder.h | 4 +-
src/input/es_out.c | 8 +-
src/input/player.c | 178 ++++++++++++------
src/libvlccore.sym | 2 +
test/src/input/player.c | 13 +-
13 files changed, 210 insertions(+), 79 deletions(-)
--
2.20.1
More information about the vlc-devel
mailing list