mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-03 09:48:38 +02:00
When we create a video decoder with ffmpeg, we check if the underlying decoder implementation is supplied by OpenH264. If so, and the media.ffmpeg.allow-openh264 is set to false (the default), we refuse to create the video decoder. This is a problem because the decoder module for ffmpeg declared support for H264, so we did not try falling back to our own OpenH264 plugin exposed via GMP. This patch duplicates the logic check for ffmpeg + OpenH264 in FFmpegDecoderModule::Supports to ensure we fallback properly. Differential Revision: https://phabricator.services.mozilla.com/D223843 |
||
|---|---|---|
| .. | ||
| agnostic | ||
| android | ||
| apple | ||
| ffmpeg | ||
| omx | ||
| wmf | ||
| wrappers | ||
| AllocationPolicy.cpp | ||
| AllocationPolicy.h | ||
| EncoderConfig.cpp | ||
| EncoderConfig.h | ||
| MediaCodecsSupport.cpp | ||
| MediaCodecsSupport.h | ||
| MediaTelemetryConstants.h | ||
| moz.build | ||
| PDMFactory.cpp | ||
| PDMFactory.h | ||
| PEMFactory.cpp | ||
| PEMFactory.h | ||
| PlatformDecoderModule.cpp | ||
| PlatformDecoderModule.h | ||
| PlatformEncoderModule.cpp | ||
| PlatformEncoderModule.h | ||
| ReorderQueue.h | ||
| SimpleMap.h | ||