NEW256130
[GLIB] Disabling MSE via the mediasource websetting has no effect
https://bugs.webkit.org/show_bug.cgi?id=256130
Summary [GLIB] Disabling MSE via the mediasource websetting has no effect
Philippe Normand
Reported 2023-04-29 06:57:43 PDT
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
Note You need to log in before you can comment on or make changes to this bug.