[Webkit-unassigned] [Bug 262193] New: [GStreamer][MSE] Push STREAM_COLLECTION event after flushing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 27 09:10:41 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=262193

            Bug ID: 262193
           Summary: [GStreamer][MSE] Push STREAM_COLLECTION event after
                    flushing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eocanha at igalia.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230927/6d2730a6/attachment.htm>


More information about the webkit-unassigned mailing list