From 5b06e7d9ea7f423dfee51b296863a11fbd1345e2 Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Mon, 3 Oct 2016 12:59:29 +0300 Subject: PulseAudio: make sound effect implementation more robust - Always lock the pulse thread when modifying variables that are also used in callbacks (prevents concurrent access). - Improved handling of repeated calls to setSource(). - Don't try to write to the device when there is nothing to write. - Stop the Pulse thread when there are no sound effects in use anymore. Task-number: QTBUG-55735 Change-Id: I5e1c6beab89fdbb98707f5fcbb539dddea9a333f Reviewed-by: Christian Stromme --- tests/auto/integration/qsoundeffect/BLACKLIST | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/auto/integration/qsoundeffect/BLACKLIST (limited to 'tests') diff --git a/tests/auto/integration/qsoundeffect/BLACKLIST b/tests/auto/integration/qsoundeffect/BLACKLIST deleted file mode 100644 index 467169fcf..000000000 --- a/tests/auto/integration/qsoundeffect/BLACKLIST +++ /dev/null @@ -1,9 +0,0 @@ -[testSetSourceWhileLoading] -linux - -#QTBUG-55735 -[testSetSourceWhilePlaying] -linux - -[testSetSourceWhileLoading] -linux -- cgit v1.2.3