RESOLVED FIXED 139248
[WTF] MediaTime should support round-tripping from and to doubles.
https://bugs.webkit.org/show_bug.cgi?id=139248
Summary [WTF] MediaTime should support round-tripping from and to doubles.
Jer Noble
Reported 2014-12-03 18:01:01 PST
[WTF] MediaTime should support round-tripping from and to doubles.
Attachments
Patch (14.36 KB, patch)
2014-12-03 18:12 PST, Jer Noble
no flags
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 (479.01 KB, application/zip)
2014-12-03 19:51 PST, Build Bot
no flags
Archive of layout-test-results from webkit-ews-08 for mac-mountainlion (470.84 KB, application/zip)
2014-12-03 20:32 PST, Build Bot
no flags
Archive of layout-test-results from webkit-ews-03 for mac-mountainlion (471.73 KB, application/zip)
2014-12-03 22:34 PST, Build Bot
no flags
Patch (13.94 KB, patch)
2014-12-04 12:09 PST, Jer Noble
no flags
Patch (18.50 KB, patch)
2014-12-04 14:58 PST, Jer Noble
eric.carlson: review+
Patch for landing (14.33 KB, patch)
2014-12-05 09:55 PST, Jer Noble
no flags
Patch for landing (18.57 KB, patch)
2014-12-05 10:04 PST, Jer Noble
no flags
Patch for landing (18.82 KB, patch)
2014-12-05 11:13 PST, Jer Noble
no flags
Jer Noble
Comment 1 2014-12-03 18:12:34 PST
Build Bot
Comment 2 2014-12-03 19:51:36 PST
Comment on attachment 242546 [details] Patch Attachment 242546 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/6483620982161408 Number of test failures exceeded the failure limit.
Build Bot
Comment 3 2014-12-03 19:51:39 PST
Created attachment 242551 [details] Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-11 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Build Bot
Comment 4 2014-12-03 20:32:53 PST
Comment on attachment 242546 [details] Patch Attachment 242546 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/5155735742709760 Number of test failures exceeded the failure limit.
Build Bot
Comment 5 2014-12-03 20:32:56 PST
Created attachment 242552 [details] Archive of layout-test-results from webkit-ews-08 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-08 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Build Bot
Comment 6 2014-12-03 22:34:07 PST
Comment on attachment 242546 [details] Patch Attachment 242546 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/6348355819012096 Number of test failures exceeded the failure limit.
Build Bot
Comment 7 2014-12-03 22:34:09 PST
Created attachment 242553 [details] Archive of layout-test-results from webkit-ews-03 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-03 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Jer Noble
Comment 8 2014-12-04 12:09:09 PST
Jer Noble
Comment 9 2014-12-04 14:58:59 PST
Eric Carlson
Comment 10 2014-12-05 05:46:10 PST
Comment on attachment 242590 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=242590&action=review > Source/WebCore/platform/graphics/avfoundation/MediaTimeAVFoundation.cpp:73 > + if (mediaTime.hasDoubleValue()) > + time = CMTimeMakeWithSeconds(mediaTime.toDouble(), MediaTime::DefaultTimeScale); This overwrites the flags you just set, can it be done as an early return?
Jer Noble
Comment 11 2014-12-05 08:47:22 PST
(In reply to comment #10) > Comment on attachment 242590 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=242590&action=review > > > Source/WebCore/platform/graphics/avfoundation/MediaTimeAVFoundation.cpp:73 > > + if (mediaTime.hasDoubleValue()) > > + time = CMTimeMakeWithSeconds(mediaTime.toDouble(), MediaTime::DefaultTimeScale); > > This overwrites the flags you just set, can it be done as an early return? Sure, I'll just move this if() statement to the first line. (So that further NaN checks, infinity checks, etc, can still set the correct flags.)
Jer Noble
Comment 12 2014-12-05 09:55:30 PST
Created attachment 242637 [details] Patch for landing
Jer Noble
Comment 13 2014-12-05 10:04:10 PST
Created attachment 242639 [details] Patch for landing
Jer Noble
Comment 14 2014-12-05 11:13:50 PST
Created attachment 242645 [details] Patch for landing
WebKit Commit Bot
Comment 15 2014-12-05 11:29:30 PST
Attachment 242645 [details] did not pass style-queue: ERROR: Source/WebCore/platform/graphics/avfoundation/MediaTimeAVFoundation.cpp:33: Bad include order. Mixing system and custom headers. [build/include_order] [4] Total errors found: 1 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Jer Noble
Comment 16 2014-12-05 12:50:33 PST
Note You need to log in before you can comment on or make changes to this bug.