Bug 265982
| Summary: | [MSE] Run MediaSourcePrivateRemote and SourceBufferPrivateRemote in a dedicated work queue | ||
|---|---|---|---|
| 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 | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=266075 https://bugs.webkit.org/show_bug.cgi?id=269042 |
||
| Bug Depends on: | |||
| Bug Blocks: | 264134 | ||
Jean-Yves Avenard [:jya]
MediaSourcePrivateRemote and SourceBufferPrivateRemote currently runs on the main thread.
It needs to be running on its dedicated WorkQueue.
This will get us closer for MSE in a worker.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119296319>
Jean-Yves Avenard [:jya]
*** Bug 266075 has been marked as a duplicate of this bug. ***
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/23850
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/24124
EWS
Committed 274356@main (90086fffd11e): <https://commits.webkit.org/274356@main>
Reviewed commits have been landed. Closing PR #23850 and removing active labels.