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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 08:50:22 PDT 2010


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


Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #57263|review?                     |review+
               Flag|                            |




--- Comment #9 from Xan Lopez <xan.lopez at gmail.com>  2010-05-31 08:50:21 PST ---
(From update of attachment 57263)
-    GstClockTime sec = (GstClockTime)(time * GST_SECOND);
+    GstClockTime sec = (GstClockTime)(time * static_cast<float>(GST_SECOND));

You forgot this, please fix when landing.

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