Qt4: simplify and partly fix mute tracking
This fixes a race between requesting mute and the aout actually muting. There are still at least two known bugs with the mute widget: - Qt tries to sets the LibVLC status when LibVLC status changes (there is a hack around this for volume but not for mute). - Qt tracks the playlist "mute" variable instead of the aout one.
Showing
- modules/gui/qt4/components/controller_widget.cpp 7 additions, 7 deletionsmodules/gui/qt4/components/controller_widget.cpp
- modules/gui/qt4/components/controller_widget.hpp 1 addition, 1 deletionmodules/gui/qt4/components/controller_widget.hpp
- modules/gui/qt4/input_manager.cpp 5 additions, 17 deletionsmodules/gui/qt4/input_manager.cpp
- modules/gui/qt4/input_manager.hpp 3 additions, 2 deletionsmodules/gui/qt4/input_manager.hpp
Loading
Please register or sign in to comment