Bug 213107

Summary: timestampOffset doesn't subtract presentationTimestamp from m_groupStartTimestamp
Product: WebKit Reporter: Yuki Sekiguchi <yuki.sekiguchi>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, bfulgham, eric.carlson, jer.noble, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yuki Sekiguchi
Reported 2020-06-11 19:02:07 PDT
Media Source spec defines https://www.w3.org/TR/media-source/#sourcebuffer-coded-frame-processing > 1.3.1 Set timestampOffset equal to group start timestamp - presentation timestamp. The comment matches to the spec, but the code is different from the spec and the comment https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/Modules/mediasource/SourceBuffer.cpp?rev=%09262766#L1485 > 1485 // 1.3.1 Set timestampOffset equal to group start timestamp - presentation timestamp. > 1486 m_timestampOffset = m_groupStartTimestamp; I couldn't create a content which reproduce this bug. Sorry.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-07-01 11:25:57 PDT
Yuki Sekiguchi
Comment 3 2023-03-22 23:54:24 PDT
Thank you for the information!
Note You need to log in before you can comment on or make changes to this bug.