Bug 301613
| Summary: | MediaSourcePrivate and SourceBufferPrivate should take a WorkQueue rather than a GuaranteedSerialFunctionDispatcher | ||
|---|---|---|---|
| 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]
It will help allowing both to run in a secondary thread rather than the main thread as some method must be dispatched synchronously and a GuaranteedSerialFunctionDispatcher doesn't allow for it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163620875>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/53128
EWS
Committed 302379@main (a714f0a394d8): <https://commits.webkit.org/302379@main>
Reviewed commits have been landed. Closing PR #53128 and removing active labels.