mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 1517199 - part3 : add more logs. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D114921
This commit is contained in:
parent
095e8f93fc
commit
b1e6b39bc3
@ -387,12 +387,15 @@ void AudioDecoderInputTrack::HandleSPSCData(SPSCData& aData) {
|
||||
}
|
||||
if (aData.IsEOS()) {
|
||||
MOZ_ASSERT(!Ended());
|
||||
LOG("Received EOS");
|
||||
mReceivedEOS = true;
|
||||
return;
|
||||
}
|
||||
if (aData.IsClearFutureData()) {
|
||||
LOG("Clear future data");
|
||||
mBufferedData.Clear();
|
||||
if (!Ended()) {
|
||||
LOG("Clear EOS");
|
||||
mReceivedEOS = false;
|
||||
}
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user