|
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
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
|
Total messages: 4 (0 generated)
|