Bug 1055967 - Fix logging in AudioSink. r=cpearce

This commit is contained in:
Matthew Gregan 2014-08-20 01:12:00 +12:00
Родитель 60ccfd2346
Коммит 67a276ab9f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();