DescriptionWebmMuxer: do not set DefaultDuration if timestamp delta is not near constant
WebmMuxer sets WebM's DefaultDuration to the expected delta between
frames (derived from the frame rate), but that messes up (some) players
due to frames arriving at a different rate. This is a legimimate case
if, e.g. the encoded data stream is paused.
This CL essentially avoids setting this parameter so that players
can just look at each encoded frame timestamp instead.
[1] http://www.webmproject.org/docs/container/#track
BUG=606000
Review-Url: https://codereview.chromium.org/2617143003
Cr-Commit-Position: refs/heads/master@{#442081}
Committed: https://chromium.googlesource.com/chromium/src/+/50252de90c71b7d5d12c30121a82d4e790f74252
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|