DescriptionEnable round-tripping and updating of WebSourceBufferImpl timestamp offset
This is the first part of a three-sided MediaSource
Chromium/Blink+roll Blink/Chromium set of changes to enable
JavaScript web apps to continue to round-trip
SourceBuffer.timestampOffset set/get if SourceBuffer append
operations do not update the timestamp offset, and to
retrieve any updated timestamp offset as can occur during
upcoming "sequence" append mode compliant coded frame
processing.
R=acolwell@chromium.org
BUG=249422
TEST=All media_unittests and http/tests/media/media-source layout tests pass locally on Linux
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=254010
Patch Set 1 #Patch Set 2 : Fixed some initial nits I noticed #Patch Set 3 : Initializes |user_specified_timestamp_offset_| to 0.0. #
Total comments: 6
Patch Set 4 : Address PS3 comments #
Total comments: 2
Patch Set 5 : Addresses PS4 nit; pending discussion of "is NaN the best way to signal" on Blink-side CL #Patch Set 6 : Addresses accidentally-deleted-old-PS6's comments #Patch Set 7 : Allow NULL for WSBI::append()'s |new_timestamp_offset| parameter #
Total comments: 4
Patch Set 8 : Rebase and rework to plumb double* timestamp_offset param into SourceState. #
Messages
Total messages: 20 (0 generated)
|