[Webkit-unassigned] [Bug 32650] New: [GTK] setRate() doesn't honor the m_muted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 02:42:46 PST 2009


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

           Summary: [GTK] setRate() doesn't honor the m_muted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


Current implementation of setRate will unmute the volume if rate is 1.0,
whatever the m_muted value is. This is not nice as it breaks this sample js
code:

video = createElement ("video"); 
video.mute = true; 
video.src = "bla.mp4";
video.play();

-- 
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