Files
sousa-gecko/dom/media
az 90968e9918 Bug 2052237 - Keep hardware H.264 decode for WebRTC when no software decoder is available. r=dbaker
With media.webrtc.hw.h264.enabled off (the desktop default), WebRTC prefers the
software H.264 decoder. That works when software decode is available, but since
bug 2044499 made codec support reporting accurate, platforms where H.264 is
hardware-only (e.g. the Windows GPU process) have no software decoder to use.
This leaves an empty support set if the pref is set to false, causing
the OpenH264 fallback path to be used which currently has compatibility issues.

Differential Revision: https://phabricator.services.mozilla.com/D310224
2026-07-15 02:19:31 +00:00
..
…
…
…
…