Bug 269587

Summary: [MSE][GStreamer] Prevent currentTime reset on preroll when audio sink is non-async
Product: WebKit Reporter: Enrique Ocaña <eocanha>
Component: MediaAssignee: 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
Reported 2024-02-16 09:40:04 PST
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
Enrique Ocaña
Comment 1 2024-02-16 09:48:23 PST
EWS
Comment 2 2024-02-19 05:25:40 PST
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
Comment 3 2024-02-19 05:26:15 PST
Note You need to log in before you can comment on or make changes to this bug.