зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1329386
- Fallback to WMF decoding if the OOP decoder fails. r=jya
This commit is contained in:
Родитель
4e6b9e51c7
Коммит
fd9309fe71
|
@ -164,7 +164,7 @@ RemoteDecoderModule::CreateVideoDecoder(const CreateDecoderParams& aParams)
|
||||||
if (!MediaPrefs::PDMUseGPUDecoder() ||
|
if (!MediaPrefs::PDMUseGPUDecoder() ||
|
||||||
!aParams.mKnowsCompositor ||
|
!aParams.mKnowsCompositor ||
|
||||||
aParams.mKnowsCompositor->GetTextureFactoryIdentifier().mParentProcessType != GeckoProcessType_GPU) {
|
aParams.mKnowsCompositor->GetTextureFactoryIdentifier().mParentProcessType != GeckoProcessType_GPU) {
|
||||||
return nullptr;
|
return mWrapped->CreateVideoDecoder(aParams);
|
||||||
}
|
}
|
||||||
|
|
||||||
MediaDataDecoderCallback* callback = aParams.mCallback;
|
MediaDataDecoderCallback* callback = aParams.mCallback;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче