Bug 283100
Summary: | WebCoreDecompression will assert if called again after an error. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jean-Yves Avenard [:jya]
If a WebCoreDecompressionSession is called again after an error by the VideoMediaSampleRenderer, it will assert when using a VideoToolbox decoder.
When the VideoMediaSampleRenderer receives an error from the WebCoreDecompressionSession, it leaves the WCDS in a broken state, where if used again, it will assert; this is a regression from bug 281497
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/139852592>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/36630
EWS
Committed 286622@main (f2de760dbdc1): <https://commits.webkit.org/286622@main>
Reviewed commits have been landed. Closing PR #36630 and removing active labels.