[webkit-reviews] review canceled: [Bug 90734] [GStreamer] usec rounding is wrong during accurate seeking : [Attachment 238351] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 19 00:49:12 PDT 2014


Philippe Normand <pnormand at igalia.com> has canceled Philippe Normand
<pnormand at igalia.com>'s request for review:
Bug 90734: [GStreamer] usec rounding is wrong during accurate seeking
https://bugs.webkit.org/show_bug.cgi?id=90734

Attachment 238351: Patch
https://bugs.webkit.org/attachment.cgi?id=238351&action=review

------- Additional Comments from Philippe Normand <pnormand at igalia.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=238351&action=review


> Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.cpp:158
> +    timeValue.tv_usec = static_cast<glong>(floor(microSeconds = 0.5));

oops.


More information about the webkit-reviews mailing list