[Webkit-unassigned] [Bug 140287] [Regression] [GStreamer] Video player sets system volume to 100%

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 9 10:29:17 PST 2015


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

--- Comment #3 from Ada Chan <adachan at apple.com> ---
There is no layout test for https://bugs.webkit.org/show_bug.cgi?id=137305, since there's no simple way to test whether the page has really been muted.

The way I tested the fix for https://bugs.webkit.org/show_bug.cgi?id=137305 was just with this simple html page:

<div id=target style="border: solid;">
    <video src="http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov" autoplay controls></video>
</div>

And then call WKPageSetMuted(pageRef, true) and make sure the page is indeed silent.

-- 
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/20150109/b395c8d0/attachment-0002.html>


More information about the webkit-unassigned mailing list