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

Issue 10834183: Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor. (Closed)

Created:
8 years, 4 months ago by acolwell GONE FROM CHROMIUM
Modified:
8 years, 4 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150360

Patch Set 1 #

Patch Set 2 : Fix player_x11 & player_wtl #

Total comments: 6

Patch Set 3 : Addressed CR comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -69 lines) Patch
M media/filters/ffmpeg_video_decoder.h View 2 chunks +2 lines, -5 lines 0 comments Download
M media/filters/ffmpeg_video_decoder.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M media/filters/ffmpeg_video_decoder_unittest.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 2 2 chunks +2 lines, -6 lines 0 comments Download
M media/filters/pipeline_integration_test_base.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M media/filters/pipeline_integration_test_base.cc View 1 2 1 chunk +11 lines, -7 lines 0 comments Download
M media/tools/player_wtl/movie.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M media/tools/player_x11/player_x11.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M webkit/media/filter_helpers.h View 2 chunks +2 lines, -4 lines 0 comments Download
M webkit/media/filter_helpers.cc View 3 chunks +13 lines, -14 lines 0 comments Download
M webkit/media/webmediaplayer_impl.cc View 2 chunks +2 lines, -7 lines 0 comments Download
M webkit/media/webmediaplayer_proxy.h View 2 chunks +0 lines, -9 lines 0 comments Download
M webkit/media/webmediaplayer_proxy.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
acolwell GONE FROM CHROMIUM
While I was trying to move decoder initialization into VideoRendererBase, I discovered that Remove WebMediaPlayerProxy::video_decoder_ ...
8 years, 4 months ago (2012-08-06 19:21:39 UTC) #1
xhwang
+scherkus for review. Thanks for the patch. Passing the decryptor in the constructor of FFVD ...
8 years, 4 months ago (2012-08-06 20:05:11 UTC) #2
scherkus (not reviewing)
On 2012/08/06 20:05:11, xhwang wrote: > +scherkus for review. > > Thanks for the patch. ...
8 years, 4 months ago (2012-08-06 20:40:27 UTC) #3
xhwang
On 2012/08/06 20:40:27, scherkus wrote: > On 2012/08/06 20:05:11, xhwang wrote: > > +scherkus for ...
8 years, 4 months ago (2012-08-06 20:46:20 UTC) #4
acolwell GONE FROM CHROMIUM
On 2012/08/06 20:46:20, xhwang wrote: > On 2012/08/06 20:40:27, scherkus wrote: > > On 2012/08/06 ...
8 years, 4 months ago (2012-08-06 20:50:25 UTC) #5
xhwang
lgtm w/ nits. http://codereview.chromium.org/10834183/diff/4001/media/filters/pipeline_integration_test_base.h File media/filters/pipeline_integration_test_base.h (right): http://codereview.chromium.org/10834183/diff/4001/media/filters/pipeline_integration_test_base.h#newcode56 media/filters/pipeline_integration_test_base.h:56: ChunkDemuxerClient* client, Decryptor* decryptor); nit: Forward-declare ...
8 years, 4 months ago (2012-08-06 20:58:27 UTC) #6
acolwell GONE FROM CHROMIUM
8 years, 4 months ago (2012-08-06 21:53:56 UTC) #7
http://codereview.chromium.org/10834183/diff/4001/media/filters/pipeline_inte...
File media/filters/pipeline_integration_test_base.h (right):

http://codereview.chromium.org/10834183/diff/4001/media/filters/pipeline_inte...
media/filters/pipeline_integration_test_base.h:56: ChunkDemuxerClient* client,
Decryptor* decryptor);
On 2012/08/06 20:58:27, xhwang wrote:
> nit: Forward-declare Decryptor in this file?

Done.

http://codereview.chromium.org/10834183/diff/4001/media/tools/player_wtl/movi...
File media/tools/player_wtl/movie.cc (right):

http://codereview.chromium.org/10834183/diff/4001/media/tools/player_wtl/movi...
media/tools/player_wtl/movie.cc:83: "VideoDecoderThread"), NULL));
On 2012/08/06 20:58:27, xhwang wrote:
> nit: Put NULL at the indentation as base::Bind?

Done.

http://codereview.chromium.org/10834183/diff/4001/media/tools/player_x11/play...
File media/tools/player_x11/player_x11.cc (right):

http://codereview.chromium.org/10834183/diff/4001/media/tools/player_x11/play...
media/tools/player_x11/player_x11.cc:125: "VideoDecoderThread"), NULL));
On 2012/08/06 20:58:27, xhwang wrote:
> nit: ditto about indentation.

Done.

Powered by Google App Engine
This is Rietveld 408576698