[Webkit-unassigned] [Bug 137305] Calling WebCore::Page::setMediaVolume(0) does not mute videos as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 21 11:20:30 PDT 2014


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

--- Comment #3 from Eric Carlson <eric.carlson at apple.com> ---
Removing the "if (m_volumeInitialized)" check in HTMLMediaElement::updateVolume will fix this problem, and I don't *think* it will change the GStreamer behavior because MediaPlayerPrivateGStreamerBase::setStreamVolumeElement does nothing unless m_volumeInitialized is true (HTMLMediaElement::mediaPlayerPlatformVolumeConfigurationRequired).

-- 
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/20141021/742d11ae/attachment-0002.html>


More information about the webkit-unassigned mailing list