[Webkit-unassigned] [Bug 38842] New: [GStreamer] float variables misused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 06:35:48 PDT 2010


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

           Summary: [GStreamer] float variables misused
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


In the player code we currently use 0.0 for float variables. But 0.0 is usually for doubles. We should use 0.0f instead. There are also missing casts around GST_SECOND.

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