Summary: | [GStreamer][MSE] Crash when seeking on a VP9 with alpha video | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Kdwk <kdwkleung> | ||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED DUPLICATE | ||||||
Severity: | Normal | CC: | bugs-noreply, philn | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | PC | ||||||
OS: | Linux | ||||||
URL: | https://www.apple.com/airpods-pro/ | ||||||
Attachments: |
|
Description
Kdwk
2024-05-14 17:22:33 PDT
That looks like a GStreamer bug at first glance. I'll try to confirm/fix soon-ish. Thanks for the report! stderr: ERROR:../gst/codecalpha/gstalphacombine.c:160:gst_alpha_combine_unlock_stop: assertion failed: (self->flushing) Bail out! ERROR:../gst/codecalpha/gstalphacombine.c:160:gst_alpha_combine_unlock_stop: assertion failed: (self->flushing) The alphacombine receives a flush-stop without prior flush-start, so I think this is a side effect of bug 272975. *** This bug has been marked as a duplicate of bug 272975 *** |