Bug 237528 - [MSE][SourceBuffer] Fix creating float PTS/DTS when dividing sample
Summary: [MSE][SourceBuffer] Fix creating float PTS/DTS when dividing sample
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Enrique Ocaña
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-03-07 06:42 PST by Enrique Ocaña
Modified: 2022-03-10 04:05 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.12 KB, patch)
2022-03-07 12:16 PST, Enrique Ocaña
no flags Details | Formatted Diff | Diff
Patch (4.12 KB, patch)
2022-03-08 02:47 PST, Enrique Ocaña
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enrique Ocaña 2022-03-07 06:42:45 PST
The timestamps used for sample division in SourceBuffer aren't being aligned with the same rounding margin used in SourceBuffer::sourceBufferPrivateDidReceiveSample().
Comment 1 Enrique Ocaña 2022-03-07 12:16:38 PST
Created attachment 454012 [details]
Patch
Comment 2 Enrique Ocaña 2022-03-08 02:47:28 PST
Created attachment 454090 [details]
Patch
Comment 3 EWS 2022-03-10 04:04:25 PST
Committed r291101 (248263@main): <https://commits.webkit.org/248263@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 454090 [details].
Comment 4 Radar WebKit Bug Importer 2022-03-10 04:05:16 PST
<rdar://problem/90090776>