Bug 268728
Summary: | Have MediaDescription use String instead of AtomString | ||
---|---|---|---|
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 | ||
Bug Depends on: | |||
Bug Blocks: | 266075 |
Jean-Yves Avenard [:jya]
A required step for bug 266075
Following bug 266075, the MediaSourcePrivateRemote/SourceBufferPrivateRemote run in a different thread to MediaSource/SourceBuffer and as such the MediaDescription object passed between those two threads isn't usable with AtomString.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/122292724>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/23849
EWS
Committed 274178@main (8904da90987b): <https://commits.webkit.org/274178@main>
Reviewed commits have been landed. Closing PR #23849 and removing active labels.
Jonathan Bedard
Broke TestWebKitAPI.WebKit.MSEHasMediaStreamingActivity and TestWebKitAPI.WebKit.MSEIsPlayingAudio in EWS, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=268924
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/24042
EWS
Committed 274276@main (b4428489b41e): <https://commits.webkit.org/274276@main>
Reviewed commits have been landed. Closing PR #24042 and removing active labels.