[Webkit-unassigned] [Bug 215774] REGRESSION (r258215): Title preview movie isn't displayed at www.thismmalife.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 10:48:16 PDT 2020


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

--- Comment #4 from Jer Noble <jer.noble at apple.com> ---
Looks like the .mp4 in question has an output PTS delta applied, which leads to us grabbing the wrong sample out of the SampleMap and causing a decode error. Simple fix; just need to ask for the `CMSampleBufferGetOutputPresentationTimeStamp()` rather than the `CMSampleBufferGetPresentationTimeStamp()` in `ImageDecoderAVFObjC::storeSampleBuffer()` and write a test.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200825/5abffa60/attachment.htm>


More information about the webkit-unassigned mailing list