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

Issue 17449020: Call NotifyDemuxerReady() only once while keys are added. (Closed)

Created:
7 years, 6 months ago by kjyoun
Modified:
7 years, 6 months ago
Reviewers:
ycheo, qinmin, xhwang
CC:
chromium-reviews, feature-media-reviews_chromium.org, darin-cc_chromium.org, tv-nikita_google.com
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Currently, NotifyDemuxerReady() is called whenever key is added, which made problem when multiple keys are added. This CL is to make sure NotifyDemuxerReady() once. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207783

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : resolved xhwang's comments #

Total comments: 1

Patch Set 5 : resolved Min's comment and rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -9 lines) Patch
M webkit/renderer/media/android/media_source_delegate.h View 1 2 3 3 chunks +4 lines, -1 line 0 comments Download
M webkit/renderer/media/android/media_source_delegate.cc View 1 2 3 4 4 chunks +29 lines, -7 lines 0 comments Download
M webkit/renderer/media/android/webmediaplayer_android.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
kjyoun
Can you review this CL?
7 years, 6 months ago (2013-06-20 13:13:42 UTC) #1
xhwang
General comment: Using key-added as an indication that we can start to decrypt is a ...
7 years, 6 months ago (2013-06-20 17:30:50 UTC) #2
kjyoun
PTAL @Xiaohan Thanks for the detailed explanation, and agreed with your explanation. This CL is ...
7 years, 6 months ago (2013-06-21 00:05:38 UTC) #3
xhwang
Thanks! LGTM
7 years, 6 months ago (2013-06-21 00:24:55 UTC) #4
qinmin
lgtm % nit https://codereview.chromium.org/17449020/diff/10001/webkit/renderer/media/android/media_source_delegate.cc File webkit/renderer/media/android/media_source_delegate.cc (right): https://codereview.chromium.org/17449020/diff/10001/webkit/renderer/media/android/media_source_delegate.cc#newcode353 webkit/renderer/media/android/media_source_delegate.cc:353: if (!key_added_) { nit:remove nested loops. ...
7 years, 6 months ago (2013-06-21 00:37:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kjyoun@google.com/17449020/18001
7 years, 6 months ago (2013-06-21 03:17:15 UTC) #6
commit-bot: I haz the power
7 years, 6 months ago (2013-06-21 10:04:02 UTC) #7
Message was sent while issue was closed.
Change committed as 207783

Powered by Google App Engine
This is Rietveld 408576698