Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(711)

Issue 2617143003: WebmMuxer: do not set DefaultDuration if timestamp delta is not near constant (Closed)

Created:
3 years, 11 months ago by mcasas
Modified:
3 years, 11 months ago
Reviewers:
chcunningham
CC:
chromium-reviews, feature-media-reviews_chromium.org, mcasas+watch+vc_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebmMuxer: 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M media/muxers/webm_muxer.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
mcasas
chcunningham@ PTAL (Assuming [2] is referring to the correct DefaultDuration). [2] https://bugs.chromium.org/p/chromium/issues/detail?id=606000#c32
3 years, 11 months ago (2017-01-06 18:35:29 UTC) #3
chcunningham
You've got a typo in the description > '# Enter a description of the change. ...
3 years, 11 months ago (2017-01-06 19:05:34 UTC) #4
mcasas
On 2017/01/06 19:05:34, chcunningham wrote: > You've got a typo in the description > > ...
3 years, 11 months ago (2017-01-06 19:09:04 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2617143003/1
3 years, 11 months ago (2017-01-06 19:20:30 UTC) #8
commit-bot: I haz the power
3 years, 11 months ago (2017-01-06 22:47:11 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/50252de90c71b7d5d12c30121a82...

Powered by Google App Engine
This is Rietveld 408576698