Bug 314795
| Summary: | AudioVideoRendererRemote's TimeProgressEstimator incorrectly set m_effectiveRate | ||
|---|---|---|---|
| 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]
When the rate had already been set to 0 and a new non rate was set, the m_effectiveRate wasn't set to the new value ; causing the next call to AudioVideoRendererRemote::currentTime() to return a stale value
Additionally, it caused additional query of the AVSampleBufferVideoRenderer playback statistics which has a high CPU usage.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/177046564>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/64909
EWS
Committed 313249@main (5a1e30384382): <https://commits.webkit.org/313249@main>
Reviewed commits have been landed. Closing PR #64909 and removing active labels.