зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1128113 - Skip mSharedDecoderManager which is part of MozMP4. r=jya, a=bustage
This commit is contained in:
Родитель
358f9af53e
Коммит
38de5e6e5f
|
@ -399,10 +399,12 @@ MediaSourceReader::ContinueShutdown()
|
|||
mVideoTrack = nullptr;
|
||||
mVideoReader = nullptr;
|
||||
|
||||
#ifdef MOZ_FMP4
|
||||
if (mSharedDecoderManager) {
|
||||
mSharedDecoderManager->Shutdown();
|
||||
mSharedDecoderManager = nullptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
MOZ_ASSERT(mAudioPromise.IsEmpty());
|
||||
MOZ_ASSERT(mVideoPromise.IsEmpty());
|
||||
|
|
Загрузка…
Ссылка в новой задаче