зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1659244 - Drop the audio wakelock when the AudioDestinationNode is notified that it is not audible. r=pehrsons,alwu
Differential Revision: https://phabricator.services.mozilla.com/D90434
This commit is contained in:
Родитель
f7b99a5399
Коммит
781fef9c92
|
@ -639,6 +639,7 @@ void AudioDestinationNode::NotifyAudibleStateChanged(bool aAudible) {
|
|||
if (IsCapturingAudio()) {
|
||||
StopAudioCapturingTrack();
|
||||
}
|
||||
ReleaseAudioWakeLockIfExists();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче