зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1055967 - Fix logging in AudioSink. r=cpearce
This commit is contained in:
Родитель
60ccfd2346
Коммит
67a276ab9f
|
@ -302,7 +302,7 @@ AudioSink::PlayFromAudioQueue()
|
|||
GetReentrantMonitor().NotifyAll();
|
||||
}
|
||||
SINK_LOG_V("playing %u frames of audio at time %lld",
|
||||
this, audio->mFrames, audio->mTime);
|
||||
audio->mFrames, audio->mTime);
|
||||
mAudioStream->Write(audio->mAudioData, audio->mFrames);
|
||||
|
||||
StartAudioStreamPlaybackIfNeeded();
|
||||
|
|
Загрузка…
Ссылка в новой задаче