|
Remove DemuxerFactory and URL parameter from Pipeline.
Since Demuxers still require asynchronous initialization DemuxerFactory::Build() has been replaced with Demuxer::Initialize(). Since FFmpegDemuxer is the only Demuxer requiring a DataSource it is now passed in via FFmpegDemuxer's constructor.
Now that Demuxer::set_host() is guaranteed to be called prior to initialization we're able to tighten up some code inside ChunkDemuxer. We should still nuke set_host() (see bug 111585) but I'll leave that for a future CL.
BUG= 110804, 110809
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=130165
Total comments: 12
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+346 lines, -797 lines) |
Patch |
 |
M |
chrome/test/data/prerender/prerender_html5_common.js
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/base/data_source.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/base/demuxer.h
|
View
|
1
2
3
4
5
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
D |
media/base/demuxer_factory.h
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
D |
media/base/demuxer_factory.cc
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/base/filter_collection.h
|
View
|
1
2
3
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/base/filter_collection.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/base/mock_filters.h
|
View
|
1
2
3
4
5
|
6 chunks |
+9 lines, -29 lines |
0 comments
|
Download
|
 |
M |
media/base/mock_filters.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -51 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline.h
|
View
|
1
2
3
4
5
|
9 chunks |
+4 lines, -24 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+11 lines, -37 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline_unittest.cc
|
View
|
1
2
3
4
5
|
10 chunks |
+36 lines, -47 lines |
0 comments
|
Download
|
 |
D |
media/base/preload.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
media/filters/chunk_demuxer.h
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
media/filters/chunk_demuxer.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+11 lines, -31 lines |
0 comments
|
Download
|
 |
D |
media/filters/chunk_demuxer_factory.h
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
D |
media/filters/chunk_demuxer_factory.cc
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
M |
media/filters/chunk_demuxer_unittest.cc
|
View
|
1
|
9 chunks |
+18 lines, -23 lines |
0 comments
|
Download
|
 |
M |
media/filters/dummy_demuxer.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/dummy_demuxer.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
D |
media/filters/dummy_demuxer_factory.h
|
View
|
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
 |
D |
media/filters/dummy_demuxer_factory.cc
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_demuxer.h
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -12 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_demuxer.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+59 lines, -70 lines |
0 comments
|
Download
|
 |
D |
media/filters/ffmpeg_demuxer_factory.h
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
D |
media/filters/ffmpeg_demuxer_factory.cc
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_demuxer_unittest.cc
|
View
|
|
19 chunks |
+74 lines, -62 lines |
0 comments
|
Download
|
 |
M |
media/filters/file_data_source.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/file_data_source.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
media/filters/pipeline_integration_test.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/pipeline_integration_test_base.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/pipeline_integration_test_base.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
4
5
|
4 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
media/tools/player_wtl/movie.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/tools/player_x11/data_source_logger.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/tools/player_x11/data_source_logger.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/tools/player_x11/player_x11.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/tools/seek_tester/seek_tester.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/media/buffered_data_source.h
|
View
|
1
2
3
4
5
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/media/buffered_data_source.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+7 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webkit/media/buffered_data_source_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/media/filter_helpers.h
|
View
|
1
2
3
4
5
|
1 chunk |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/media/filter_helpers.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
webkit/media/preload.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/media/webkit_media.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/media/webmediaplayer_impl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/media/webmediaplayer_impl.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|