tdesktop/Telegram/SourceFiles/media/view
Alexander Bushnev 3af0c37c6b Fix video player volume level changing
Bug:
Sometimes changing of the volume level or mute/unmute has no effect.
It happens because Fader::onTimer get a current volume level from the Mixer,
but it gets an event about the volume modification from the settings.
Bug appear when the method onTimer calling between updating
of the settings and the Mixer volume.

Solution:
Updating the Mixer volume before the settings.
(maybe will be better to get the volume level
from the settings in place of the Mixer,
but I am not sure about other side effects of this)
2021-06-09 08:18:49 +03:00
..
media_view.style Replaced submenu for playback speed with slider. 2021-02-04 18:13:03 +04:00
media_view_group_thumbs.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
media_view_group_thumbs.h
media_view_overlay_widget.cpp Fix video player volume level changing 2021-06-09 08:18:49 +03:00
media_view_overlay_widget.h Fix video player volume level changing 2021-06-09 08:18:49 +03:00
media_view_pip.cpp Add volume controls to the PiP window 2021-06-09 08:17:32 +03:00
media_view_pip.h Add volume controls to the PiP window 2021-06-09 08:17:32 +03:00
media_view_playback_controls.cpp Improved text resizing in playback speed item. 2021-03-11 12:29:17 +03:00
media_view_playback_controls.h Fixed mouse hiding in OverlayWidget when menu of controls is displayed. 2021-02-04 18:13:03 +04:00
media_view_playback_progress.cpp
media_view_playback_progress.h