[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 05:40:14 PDT 2021


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

--- Comment #12 from Philippe Normand <pnormand at igalia.com> ---
OK I've rebased to F34. Can reproduce the issue now:

0:02:25.077821336    69       0x652550 INFO       webkitmediaplayer MediaPlayerPrivateGStreamer.cpp:1235:isMuted:<media-player-1> Player is muted: false
0:02:25.077855310    69       0x652550 INFO       webkitmediaplayer MediaPlayerPrivateGStreamer.cpp:1706:setMuted:<media-player-1> Setting muted state to true
0:02:25.078523841    69       0x652550 DEBUG      webkitmediaplayer MediaPlayerPrivateGStreamer.cpp:1717:notifyPlayerOfMute:<media-player-1> Notifying player of new mute value: false
0:02:25.078564079    69       0x652550 DEBUG      webkitmediaplayer MediaPlayerPrivateGStreamer.cpp:1653:setVolume:<media-player-1> Setting volume: 0.530206
0:02:25.079093901    69       0x652550 DEBUG      webkitmediaplayer MediaPlayerPrivateGStreamer.cpp:1684:volumeChangedCallback:<media-player-1> Volume changed to: 0.530206
0:02:25.082536880    69       0x67c2a0 DEBUG      webkitmediaplayer MediaPlayerPrivateGStreamer.cpp:1684:volumeChangedCallback:<media-player-1> Volume changed to: 0.530206
0:02:25.083244316    69       0x652550 DEBUG      webkitmediaplayer MediaPlayerPrivateGStreamer.cpp:1717:notifyPlayerOfMute:<media-player-1> Notifying player of new mute value: true


So we call setMuted(true) and get a GObject notification from playbin but the value is false instead of true, and a while later another notification which is correct this time...

-- 
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/04c3bf71/attachment.htm>


More information about the webkit-unassigned mailing list