|
|
Pipeline_Impl was modified to properly render a stream that has video but no audio. A unit test accompanies the change.
Note that one minor other change was snuck in with this change. The data_source_impl.cc had a TODO to set a more specific error
when a read failed. Because I was already updating the pipeline error enum, I added the error code, changed the call to
host_->Error(), and removed the TODO.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11148
Total comments: 21
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+275 lines, -216 lines) |
Patch |
 |
M |
chrome/renderer/media/data_source_impl.cc
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
media/base/filter_host.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/base/filter_host_impl.h
|
View
|
|
1 chunk |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/base/mock_media_filters.h
|
View
|
2
|
5 chunks |
+43 lines, -24 lines |
0 comments
|
Download
|
 |
M |
media/base/mock_pipeline.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline.h
|
View
|
1
|
2 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline_impl.h
|
View
|
1
|
8 chunks |
+52 lines, -28 lines |
1 comment
|
Download
|
 |
M |
media/base/pipeline_impl.cc
|
View
|
1
2
|
10 chunks |
+98 lines, -116 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline_impl_unittest.cc
|
View
|
1
2
|
3 chunks |
+54 lines, -28 lines |
0 comments
|
Download
|
 |
M |
media/filters/file_data_source.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/file_data_source_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/video_renderer_unittest.cc
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|