player: pass old_caps to on_capabilities_changed
commit50c0fa5d65c2ad805b3295e21b118c4c9a8669b2
authorRomain Vimont <rom1v@videolabs.io>
Thu, 2 May 2019 09:17:13 +0000 (2 11:17 +0200)
committerThomas Guillem <thomas@gllm.fr>
Fri, 3 May 2019 07:52:31 +0000 (3 09:52 +0200)
tree2d386dffbebeae16bd53cef8d0a374d156b6155d
parentbeeb4a1c37260aceb169c450418235a19ebef2db
player: pass old_caps to on_capabilities_changed

The capabilities are stored in a bitset. When it changes, it may be
useful to know its old value, to know which capability changed.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
include/vlc_player.h
modules/control/dbus/dbus.c
modules/gui/qt/components/player_controller.cpp
src/input/player.c
test/src/input/player.c