Summary: | [GStreamer] GStreamerRegistryScanner cleanups and improvements | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> | ||||
Component: | Media | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | calvaris, ews-watchlist, gns, lmoura, menard, pnormand, vjaquez, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Carlos Garcia Campos
2020-11-18 04:42:56 PST
Created attachment 414438 [details]
Patch
Committed r270019: <https://trac.webkit.org/changeset/270019> The usage of OptionSet with All (`(1 << 8) - 1`) was asserting in debug: https://build.webkit.org/results/WPE-Linux-64-bit-Debug-Tests/r270023%20(5273)/css1/basic/contextual_selectors-crash-log.txt https://build.webkit.org/results/WPE-Linux-64-bit-Debug-Tests/r270023%20(5273)/results.html Tentative fix pushed in r270039 using fromRaw as suggested by Philippe. |