[vlc-devel] [V2 PATCH 0/2] New way to get mouse callbacks from the demuxers
Thomas Guillem
thomas at gllm.fr
Fri Jul 13 17:17:30 CEST 2018
This patch set deprecate my first set with "input: add DEMUX_VOUT_CHANGED".
This solution is more elegant from my point of view.
Feedbacks welcome.
Thomas Guillem (2):
es_out: add ES_OUT_SET_VOUT_MOUSE_CALLBACKS
dvdnav: use ES_OUT_SET_VOUT_MOUSE_CALLBACKS
include/vlc_es_out.h | 4 ++
include/vlc_mouse.h | 3 ++
modules/access/dvdnav.c | 74 +++++++-------------------------
src/input/decoder.c | 49 +++++++++++++++++++++
src/input/decoder.h | 3 ++
src/input/es_out.c | 10 +++++
src/input/es_out_timeshift.c | 9 ++++
src/video_output/display.c | 12 ++++--
src/video_output/video_output.c | 3 +-
src/video_output/vout_internal.h | 2 +-
src/video_output/vout_intf.c | 1 +
11 files changed, 105 insertions(+), 65 deletions(-)
--
2.18.0
More information about the vlc-devel
mailing list