[Webkit-unassigned] [Bug 31586] New: [GTK] set playbin mute property depending on volume value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 07:24:35 PST 2009


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

           Summary: [GTK] set playbin mute property depending on volume
                    value
           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


If user mutes the volume, the HTMLMediaElement calls MediaPlayer::setVolume(0).
OTOH if the user mutes the volume with PulseAudio, PA sets the playbin::mute
property to true. So in some cases we can end up with volume being muted but
reported as unmuted in the audio/video controls (and vice-versa).

One proposal is to set the mute property depending on the volume value in our
PrivatePlayer, so we remain coherent with both PA and HTMLMediaElement
behavior. We also need to correctly react on the notify::mute playbin2 signal.

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