Bug 286805
| Summary: | MediaRecorderPrivateEncoder can write frames out of order | ||
|---|---|---|---|
| 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: | harperbrittney, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jean-Yves Avenard [:jya]
Follow up on 287869@main (bug 284853).
The actual cause was assumed to be the video encoder returning frames out of order. The actual reason was identified elsewhere.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/143956063>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/39816
EWS
Committed 289643@main (4366e9326ff6): <https://commits.webkit.org/289643@main>
Reviewed commits have been landed. Closing PR #39816 and removing active labels.
William Mitchell
(In reply to Jean-Yves Avenard [:jya] from comment #2)
> Pull request: https://github.com/WebKit/WebKit/pull/39816 https://2player.co/
It’s interesting to see how MediaRecorderPrivateEncoder handles frames out of order. Misdiagnosing the issue can lead to confusion, so it’s good that the real cause was found!