зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1411476. P1 - add a space before mAudioCompleted and run clang-format. r=gerald
MozReview-Commit-ID: DF2BIO97aeB --HG-- extra : rebase_source : c1ebcbfb8e24fbd79f0acdf5e7bc3b2245d7a3c5
This commit is contained in:
Родитель
e0ef051369
Коммит
65fba1f9d2
|
@ -3699,17 +3699,23 @@ MediaDecoderStateMachine::GetDebugInfo()
|
|||
"%" PRId64 " mMediaSink=%p state=%s mPlayState=%d "
|
||||
"mSentFirstFrameLoadedEvent=%d IsPlaying=%d mAudioStatus=%s "
|
||||
"mVideoStatus=%s mDecodedAudioEndTime=%" PRId64
|
||||
" mDecodedVideoEndTime=%" PRId64 "mAudioCompleted=%d "
|
||||
" mDecodedVideoEndTime=%" PRId64 " mAudioCompleted=%d "
|
||||
"mVideoCompleted=%d",
|
||||
GetMediaTime().ToMicroseconds(),
|
||||
mMediaSink->IsStarted() ? GetClock().ToMicroseconds() : -1,
|
||||
mMediaSink.get(), ToStateStr(), mPlayState.Ref(),
|
||||
mSentFirstFrameLoadedEvent, IsPlaying(), AudioRequestStatus(),
|
||||
VideoRequestStatus(), mDecodedAudioEndTime.ToMicroseconds(),
|
||||
mMediaSink.get(),
|
||||
ToStateStr(),
|
||||
mPlayState.Ref(),
|
||||
mSentFirstFrameLoadedEvent,
|
||||
IsPlaying(),
|
||||
AudioRequestStatus(),
|
||||
VideoRequestStatus(),
|
||||
mDecodedAudioEndTime.ToMicroseconds(),
|
||||
mDecodedVideoEndTime.ToMicroseconds(),
|
||||
mAudioCompleted, mVideoCompleted)
|
||||
+ mStateObj->GetDebugInfo() + nsCString("\n")
|
||||
+ mMediaSink->GetDebugInfo();
|
||||
mAudioCompleted,
|
||||
mVideoCompleted) +
|
||||
mStateObj->GetDebugInfo() + nsCString("\n") +
|
||||
mMediaSink->GetDebugInfo();
|
||||
}
|
||||
|
||||
RefPtr<MediaDecoder::DebugInfoPromise>
|
||||
|
|
Загрузка…
Ссылка в новой задаче