RESOLVED FIXED 140929
[MSE] Setting timestampOffset does not change the timestamps in the actual sample, leading to visual and audible errors.
https://bugs.webkit.org/show_bug.cgi?id=140929
Summary [MSE] Setting timestampOffset does not change the timestamps in the actual sa...
Jer Noble
Reported 2015-01-27 01:26:18 PST
[MSE] Setting timestampOffset does not change the timestamps in the actual sample, leading to visual and audible errors.
Attachments
Patch (13.89 KB, patch)
2015-01-27 01:33 PST, Jer Noble
darin: review+
Patch for landing (13.84 KB, patch)
2015-02-03 08:42 PST, Jer Noble
no flags
Follow-up patch to fix broken test (2.33 KB, patch)
2015-02-03 15:13 PST, Jer Noble
no flags
Jer Noble
Comment 1 2015-01-27 01:33:37 PST
Darin Adler
Comment 2 2015-01-28 09:23:23 PST
Comment on attachment 245430 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=245430&action=review > Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm:550 > + timingInfoArray.resize(itemCount); This should use grow rather than resize since we know itemCount is >= timingInfoArray.size().
Jer Noble
Comment 3 2015-02-03 08:42:31 PST
Created attachment 245942 [details] Patch for landing
Jer Noble
Comment 4 2015-02-03 12:24:34 PST
WebKit Commit Bot
Comment 5 2015-02-03 13:09:21 PST
Comment on attachment 245942 [details] Patch for landing Clearing flags on attachment: 245942 Committed r179564: <http://trac.webkit.org/changeset/179564>
Alexey Proskuryakov
Comment 6 2015-02-03 14:08:53 PST
Jer Noble
Comment 7 2015-02-03 15:13:56 PST
Created attachment 245974 [details] Follow-up patch to fix broken test
WebKit Commit Bot
Comment 8 2015-02-03 16:07:55 PST
Comment on attachment 245974 [details] Follow-up patch to fix broken test Clearing flags on attachment: 245974 Committed r179577: <http://trac.webkit.org/changeset/179577>
Note You need to log in before you can comment on or make changes to this bug.