[Webkit-unassigned] [Bug 83704] [EFL][GTK] media/event-attributes.html fails if mixer is not at 100%

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 09:08:57 PST 2012


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





--- Comment #23 from Jussi Kukkonen (jku) <jussi.kukkonen at intel.com>  2012-12-03 09:11:19 PST ---
(In reply to comment #22)
> Which typo? When calling amixer?

Yes, mentioned it in comment 17. Should be: 
    amixer_process = subprocess.Popen(["amixer", "set", "Master", "100%", "unmute"], stderr=devnull, stdout=devnull)

otherwise the value will be handled as hardware value.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list