DescriptionRemove the logic for de-duplicating in-band text track cues
To de-duplicate cues by comparing their properties cannot work, since
scripts can modify cues in small or big ways at any time. For example,
the de-duplication will fail if the id has changed or if the timings
have been slightly shifted.
It must be the demuxer's responsibility to do this, e.g. by keeping
track of the offsets for which cues have already been sourced. This need
not consume a lot of memory, since it could record ranges of offsets.
BUG=270340
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162245
Patch Set 1 #Patch Set 2 : WebVTTParser.cpp was moved #
Messages
Total messages: 9 (0 generated)
|