Bug 269587
Summary: | [MSE][GStreamer] Prevent currentTime reset on preroll when audio sink is non-async | ||
---|---|---|---|
Product: | WebKit | Reporter: | Enrique Ocaña <eocanha> |
Component: | Media | Assignee: | Enrique Ocaña <eocanha> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Enrique Ocaña
When doing an initial seek (during preroll) on an MSE content that is audio-only on platforms whose audio sink is not asynchronous (eg: on Broadcom Nexus devices), the manually triggered preroll introduced by https://commits.webkit.org/268845@main causes an invalidation of the currentTime cached position. This causes a temporary currentTime 0 value that creates a drop to HaveMetadata in the MediaSource readyState, causing a number of problems.
See: https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1211
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Enrique Ocaña
Pull request: https://github.com/WebKit/WebKit/pull/24628
EWS
Committed 274971@main (1791f0d769bb): <https://commits.webkit.org/274971@main>
Reviewed commits have been landed. Closing PR #24628 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/123232800>