Bug 1204757: [MSE] P2. Remove use of MediaDecoder::NotifyWaitingForResourcesStatusChanged(). r=cpearce

This commit is contained in:
Jean-Yves Avenard 2015-09-15 13:05:01 +10:00
Родитель 023ff53978
Коммит 43f2be19a3
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -466,7 +466,6 @@ SourceBuffer::AppendDataCompletedWithSuccess(bool aHasActiveTracks)
if (!mActive) {
mActive = true;
mMediaSource->SourceBufferIsActive(this);
mMediaSource->GetDecoder()->NotifyWaitingForResourcesStatusChanged();
}
}
if (mActive) {