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

Issue 213153008: MSE: Parse WebM TrackEntry DefaultDuration field (Closed)

Created:
6 years, 9 months ago by wolenetz
Modified:
6 years, 9 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

MSE: Parse WebM TrackEntry DefaultDuration field Adds WebM TrackEntry DefaultDuration parsing for use in later CLs. This change is a prerequisite for defaulting a missing WebM frame's duration to its track's DefaultDuration (if that optional field was parsed), to reduce the scope of eventual missing frame duration estimation. BUG=351166 R=acolwell@chromium.org TEST=All media_unittests and http/tests/media layout tests pass locally on Linux Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259815

Patch Set 1 #

Total comments: 16

Patch Set 2 : Addresses comments, adds a test #

Patch Set 3 : Fixes lint err (c-style cast). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+350 lines, -24 lines) Patch
M media/formats/webm/tracks_builder.h View 1 3 chunks +37 lines, -5 lines 0 comments Download
M media/formats/webm/tracks_builder.cc View 1 11 chunks +175 lines, -7 lines 0 comments Download
M media/formats/webm/webm_tracks_parser.h View 3 chunks +14 lines, -0 lines 0 comments Download
M media/formats/webm/webm_tracks_parser.cc View 1 2 8 chunks +49 lines, -0 lines 0 comments Download
M media/formats/webm/webm_tracks_parser_unittest.cc View 1 8 chunks +75 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
wolenetz
PTAL. This is the first of several changes to get the all WebM frames to ...
6 years, 9 months ago (2014-03-26 21:17:38 UTC) #1
acolwell GONE FROM CHROMIUM
lgtm % nits https://codereview.chromium.org/213153008/diff/1/media/formats/webm/tracks_builder.cc File media/formats/webm/tracks_builder.cc (right): https://codereview.chromium.org/213153008/diff/1/media/formats/webm/tracks_builder.cc#newcode92 media/formats/webm/tracks_builder.cc:92: for (int idx = 1; idx ...
6 years, 9 months ago (2014-03-26 22:25:32 UTC) #2
wolenetz
I'll send PS3 to CQ shortly. Thank you! https://codereview.chromium.org/213153008/diff/1/media/formats/webm/tracks_builder.cc File media/formats/webm/tracks_builder.cc (right): https://codereview.chromium.org/213153008/diff/1/media/formats/webm/tracks_builder.cc#newcode92 media/formats/webm/tracks_builder.cc:92: for ...
6 years, 9 months ago (2014-03-27 01:21:43 UTC) #3
wolenetz
The CQ bit was checked by wolenetz@chromium.org
6 years, 9 months ago (2014-03-27 01:21:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wolenetz@chromium.org/213153008/30001
6 years, 9 months ago (2014-03-27 01:24:47 UTC) #5
commit-bot: I haz the power
6 years, 9 months ago (2014-03-27 07:46:35 UTC) #6
Message was sent while issue was closed.
Change committed as 259815

Powered by Google App Engine
This is Rietveld 408576698