WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
262193
[GStreamer][MSE] Push STREAM_COLLECTION event after flushing
https://bugs.webkit.org/show_bug.cgi?id=262193
Summary
[GStreamer][MSE] Push STREAM_COLLECTION event after flushing
Enrique Ocaña
Reported
2023-09-27 09:10:41 PDT
Flushing the playback pipeline when very first buffers are being pushed downstream causes STREAM_COLLECTION event to be dropped before reaching decodebin3. As a result playback never starts after flush (buffer push return not-linked). This happens on initial seek sometimes, when it is triggered at the same time that first buffers push. STREAM_COLLECTION is dropped by GstBaseParse element specificaly that is caching events and sending them with first frame. Unfortunately flushing will drop all pending events if first frame is not ready yet. See:
https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1197
Attachments
Add attachment
proposed patch, testcase, etc.
Enrique Ocaña
Comment 1
2023-09-27 09:20:17 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/18285
EWS
Comment 2
2023-09-28 06:54:51 PDT
Committed
268582@main
(4c9c58364145): <
https://commits.webkit.org/268582@main
> Reviewed commits have been landed. Closing PR #18285 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-09-28 06:55:15 PDT
<
rdar://problem/116181141
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug