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

Issue 10918022: Move AudioDecoder initialization into AudioRenderer. (Closed)

Created:
8 years, 3 months ago by scherkus (not reviewing)
Modified:
8 years, 2 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, pam+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Move AudioDecoder initialization into AudioRenderer. More or less the audio equivalent of r151132. Even though we don't use multiple audio decoders today I added it anyway since it's not a lot of code and keeps things consistent. BUG=145635

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -216 lines) Patch
M media/base/audio_renderer.h View 3 chunks +13 lines, -3 lines 0 comments Download
M media/base/filter_collection.h View 3 chunks +3 lines, -2 lines 1 comment Download
M media/base/filter_collection.cc View 3 chunks +5 lines, -13 lines 0 comments Download
M media/base/filter_collection_unittest.cc View 1 chunk +10 lines, -34 lines 1 comment Download
M media/base/mock_filters.h View 1 chunk +3 lines, -1 line 0 comments Download
M media/base/mock_filters.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/base/pipeline.h View 1 2 5 chunks +1 line, -10 lines 0 comments Download
M media/base/pipeline.cc View 1 2 5 chunks +6 lines, -20 lines 0 comments Download
M media/base/pipeline_unittest.cc View 1 2 19 chunks +28 lines, -65 lines 1 comment Download
M media/filters/audio_renderer_impl.h View 4 chunks +17 lines, -4 lines 0 comments Download
M media/filters/audio_renderer_impl.cc View 10 chunks +67 lines, -36 lines 7 comments Download
M media/filters/audio_renderer_impl_unittest.cc View 5 chunks +76 lines, -17 lines 0 comments Download
M media/filters/pipeline_integration_test_base.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M media/tools/player_wtl/movie.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/tools/player_x11/player_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/media/filter_helpers.cc View 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scherkus (not reviewing)
You reviewed the VideoRenderer CL so here's the AudioRenderer variant! https://chromiumcodereview.appspot.com/10918022/diff/5001/media/filters/audio_renderer_impl.cc File media/filters/audio_renderer_impl.cc (left): https://chromiumcodereview.appspot.com/10918022/diff/5001/media/filters/audio_renderer_impl.cc#oldcode168 ...
8 years, 3 months ago (2012-09-07 13:59:54 UTC) #1
Ami GONE FROM CHROMIUM
I disagree with your "it's not a lot of code" assessment, and think simplicity in ...
8 years, 3 months ago (2012-09-07 14:40:02 UTC) #2
scherkus (not reviewing)
Sadly closing this as xhwang re-coded this as http://codereview.chromium.org/11148011/ because it turns out we do ...
8 years, 2 months ago (2012-10-18 00:31:01 UTC) #3
scherkus (not reviewing)
8 years, 2 months ago (2012-10-18 00:49:34 UTC) #4
I salvaged my ARI cleanup + rebased on xhwang's:
https://codereview.chromium.org/11183048/

Powered by Google App Engine
This is Rietveld 408576698