update local audio thread name

This commit is contained in:
Zach Pomerantz 2017-05-08 20:14:09 -04:00 committed by GitHub
parent defc3c1c4f
commit 73a3bf413b

View file

@ -1358,7 +1358,7 @@ bool AudioClient::outputLocalInjector(AudioInjector* injector) {
// move local buffer to the LocalAudioThread to avoid dataraces with AudioInjector (like stop())
injectorBuffer->setParent(nullptr);
injectorBuffer->moveToThread(&_localAudioThread);
injectorBuffer->moveToThread(_localInjectorsThread);
} else {
qCDebug(audioclient) << "injector exists in active list already";
}