Bug 207772
Summary: | [GStreamer][EME] imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-multiple-times-with-different-mediakeys.https.html is crashing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Charlie Turner <cturner> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Charlie Turner
The issue is,
cdmInstanceDetached: passed CDMInstance 0x7f4304680e18 is different from stored one (nil)
We assert that the stored instance can not be nil when its detached, which this test shows we should not do.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Charlie Turner
Fixed by recent changes.