summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/player/player.cpp
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2021-07-31 06:05:57 +0200
committerAndreas Holzammer <andreas.holzammer@kdab.com>2021-10-01 10:05:36 +0200
commite760a6aae78f6a41ec0430c9e242b449a3a217a8 (patch)
tree8dcf7e53fac89710e0f446c019edc1871916db5f /examples/multimediawidgets/player/player.cpp
parentd23fcd68bc3c514fbda822605c3aa6cbda1c043c (diff)
PulseAudio: Call pa_stream_flush() with PulseDaemonLocker lock held
The pa_stream_flush() must be called with pa_threaded_mainloop_lock() held, otherwise it is possible to corrupt internal PA state. The PulseDaemonLocker implements this lock and other pa_stream_flush() instances within qsoundeffect_pulse_p.cpp already instantiate the PulseDaemonLocker to claim the pa_threaded_mainloop_lock(). Add the missing locking to ::setVolume pa_stream_flush() call too. Change-Id: I667b1df669f839737c6cedb62ff66b612bdd65a0 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples/multimediawidgets/player/player.cpp')
0 files changed, 0 insertions, 0 deletions