mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
PulseAudio detection should be slightly more stable.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1150 05730e5d-ab1b-0410-a4ac-84af385074fa
This commit is contained in:
parent
7eec3b64d2
commit
b4cce78522
@ -552,7 +552,7 @@ void PulseAudioSystem::contextCallback(pa_context *c) {
|
||||
qWarning("PulseAudio: Connection failure: %s", pa_strerror(pa_context_errno(c)));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
return;
|
||||
}
|
||||
qwcWait.wakeAll();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user