Bug 295787
| Summary: | Stop using a CMBufferQueueRef for re-ordering samples. | ||
|---|---|---|---|
| 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]
Profiling has shown that a significant amount of time was spent in VideoMediaSampleRenderer::purgeDecodedSampleQueue
where we iterate the decoded samples queue to remove those that have expired.
This queue is a priority queue using a CFArray as backend and isn't particularly optimised for our usage.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/155621751>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/47894
EWS
Committed 297392@main (c755d07d28c8): <https://commits.webkit.org/297392@main>
Reviewed commits have been landed. Closing PR #47894 and removing active labels.