[Webkit-unassigned] [Bug 262950] REGRESSION (STP): WebCodecs HEVC isSupported returns true but decoding failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 10 19:30:30 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=262950

--- Comment #4 from zzy8200 at gmail.com ---
(In reply to Alexey Proskuryakov from comment #1)
> I can reproduce with STP 179, but not with system Safari that I have on my
> machine.

My system Safari raises different exception:

const decoder_config = {
     codec: "hev1.1.6.L90.90",
     hardwareAcceleration: "no-preference"
};

// error: invalid config
(await VideoDecoder.isConfigSupported(decoder_config)).supported

I think it would be better just return supported = False instead of throwing an error

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231011/56be2a15/attachment.htm>


More information about the webkit-unassigned mailing list