[Webkit-unassigned] [Bug 283150] New: Errors aren't detected if media element isn't in the DOM.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 14 17:48:56 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=283150
Bug ID: 283150
Summary: Errors aren't detected if media element isn't in the
DOM.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jean-yves.avenard at apple.com
When the video element isn't in the DOM, both the MediaPlayerPrivateMediaSourceAVFObjC and MediaPlayerPrivateWebM use a WebCoreDecompressionSession to listen to errors.
While the WebCoreDecompressionSession let you set an error callback, it's not used.
As a consequence, when an error occurs during playback of an offscreen element, errors won't be detected, the error event won't fire, video element won't be paused and will continue to render garbage data.
--
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/20241115/6dd08dc7/attachment.htm>
More information about the webkit-unassigned
mailing list