[Webkit-unassigned] [Bug 223195] [GStreamer] Videos start playing muted in epiphany with no unmute icon visible in tab, webkit_web_view_get_is_muted() returns incorrect results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 20 07:53:51 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223195

--- Comment #14 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Philippe Normand from comment #13)
> MediaProducer::MediaStateFlags HTMLMediaElement::mediaState() const
> {
> ...
>     if (hasAudio && !muted() && volume())
>         state |= IsPlayingAudio;
> }
> 
> So that's why webkit_web_view_is_playing_audio() returns FALSE when the
> video is muted.

I found that yesterday and thought it looked concerning, given the API requires different behavior, but it clearly didn't work before now.

Any ideas what the path forward is? Do we dare try changing that...?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210320/efcfd4be/attachment.htm>


More information about the webkit-unassigned mailing list