[Webkit-unassigned] [Bug 30462] New: MediaPlayer doesn't set properties on new privates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 14:40:13 PDT 2009


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

           Summary: MediaPlayer doesn't set properties on new privates
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: otte at gnome.org


When constructing a new MediaPlayerPrivate object, the MediaPlayer does not set
properties like rate, volume, visible on the private instance, so the instance
will use default values, which might be wrong.

I'm not sure what the best way to handle them is - add them to the constructor
of the private objects or provide a getter on the MediaPlayer objects so the
privates can just query them?
I'm also not sure what the best way to test this is since the MediaElement
doesn't know that the private has wrong values.

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