[Webkit-unassigned] [Bug 96912] New: [EFL][GTK] initial volume events on media elements could happen earlier

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 17 06:13:16 PDT 2012


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

           Summary: [EFL][GTK] initial volume events on media elements
                    could happen earlier
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jussi.kukkonen at intel.com
                CC: pnormand at igalia.com


playbin2 (when used on a Pulseaudio-running platform) will initialize the stream volume and mute state from pulseaudio at some point in the streams lifetime. this is a useful feature but currently it's slightly annoying as the HTMLAudioElement gets updated with that initial value only after playback starts. 

This leads to a bad user experience (click play and suddenly the volume changes) and we should be able to fix that. We already set the stream to GST_STATE_PAUSED asap after the url has been set: volume and mute state should be available at that point.

I'll cook up a patch.

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