Bug 256130
| Summary: | [GLIB] Disabling MSE via the mediasource websetting has no effect | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, wenson_hsieh |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
Most likely since 2019: https://commits.webkit.org/211106@main
The DocumentLoader re-enables the feature, unconditionally...
m_frame->settings().setMediaSourceEnabled(m_mediaSourcePolicy == MediaSourcePolicy::Default ? Settings::platformDefaultMediaSourceEnabled() : m_mediaSourcePolicy == MediaSourcePolicy::Enable);
in our ports Settings::platformDefaultMediaSourceEnabled() returns true and we don't use the MediaSourcePolicy API.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |