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

Issue 10837116: Update EME MediaKeyNeededEvent.initData for ISO BMFF to match current spec. (Closed)

Created:
8 years, 4 months ago by strobe_
Modified:
8 years, 3 months ago
Reviewers:
ddorwin
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Update EME MediaKeyNeededEvent.initData for ISO BMFF to match current spec. This change causes needkey events to be fired when ever a 'moov' or 'moof' box is encountered which contains PSSH boxes. The value of initData is the concatenation of all PSSH boxes in that top-level element. BUG=132351 TEST=Manual verification using nonredistributable sample media Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158176

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address review comments. #

Total comments: 2

Patch Set 3 : Overzealous statement terminator is overzealous #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -17 lines) Patch
M media/mp4/box_definitions.h View 1 chunk +1 line, -1 line 0 comments Download
M media/mp4/box_definitions.cc View 1 1 chunk +8 lines, -2 lines 0 comments Download
M media/mp4/box_reader.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M media/mp4/mp4_stream_parser.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M media/mp4/mp4_stream_parser.cc View 1 4 chunks +23 lines, -11 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
strobe_
Here's an update to follow the current thinking on https://www.w3.org/Bugs/Public/show_bug.cgi?id=17673 . This change will break ...
8 years, 4 months ago (2012-08-05 00:40:25 UTC) #1
ddorwin
This seems fine overall unless we're going to see many more events. On 2012/08/05 00:40:25, ...
8 years, 3 months ago (2012-09-21 04:04:28 UTC) #2
strobe_
https://chromiumcodereview.appspot.com/10837116/diff/1/media/mp4/box_definitions.cc File media/mp4/box_definitions.cc (right): https://chromiumcodereview.appspot.com/10837116/diff/1/media/mp4/box_definitions.cc#newcode37 media/mp4/box_definitions.cc:37: raw_box.clear(); On 2012/09/21 04:04:28, ddorwin wrote: > Should it ...
8 years, 3 months ago (2012-09-21 18:29:46 UTC) #3
strobe_
On 2012/09/21 04:04:28, ddorwin wrote: > This seems fine overall unless we're going to see ...
8 years, 3 months ago (2012-09-21 18:41:36 UTC) #4
ddorwin
lgtm % comment https://chromiumcodereview.appspot.com/10837116/diff/5001/media/mp4/box_reader.h File media/mp4/box_reader.h (right): https://chromiumcodereview.appspot.com/10837116/diff/5001/media/mp4/box_reader.h#newcode57 media/mp4/box_reader.h:57: const uint8* data() const { return ...
8 years, 3 months ago (2012-09-22 03:25:05 UTC) #5
strobe_
https://chromiumcodereview.appspot.com/10837116/diff/5001/media/mp4/box_reader.h File media/mp4/box_reader.h (right): https://chromiumcodereview.appspot.com/10837116/diff/5001/media/mp4/box_reader.h#newcode57 media/mp4/box_reader.h:57: const uint8* data() const { return buf_; }; On ...
8 years, 3 months ago (2012-09-22 04:05:33 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/strobe@google.com/10837116/12001
8 years, 3 months ago (2012-09-22 04:05:40 UTC) #7
commit-bot: I haz the power
8 years, 3 months ago (2012-09-22 06:20:50 UTC) #8
Change committed as 158176

Powered by Google App Engine
This is Rietveld 408576698