|
|
Implementation of Pipeline and FilterHost interfaces. This is a large change, but all of the objects are interrelated.
I am also checking in a basic unit test that creates pipeline,
and the data source hangs during initialization. The test sleeps one second and then stops the pipeline.
Andrew has already done a first pass on this, and the code has come largely from our working experimental branch.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8805
Total comments: 52
Total comments: 28
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+989 lines, -152 lines) |
Patch |
 |
M |
base/thread.h
|
View
|
5
6
7
8
9
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/thread.cc
|
View
|
5
6
7
8
9
10
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/thread_unittest.cc
|
View
|
6
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/factory.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/base/filter_host.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/base/filter_host_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+60 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/base/filter_host_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+36 lines, -36 lines |
0 comments
|
Download
|
 |
M |
media/base/filters.h
|
View
|
1
2
3
4
5
6
|
9 chunks |
+39 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/base/media_format.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/media_format.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+17 lines, -13 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+250 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+460 lines, -57 lines |
0 comments
|
Download
|
 |
A |
media/base/pipeline_impl_unittest.cc
|
View
|
3
4
5
6
7
8
9
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/build/media_unittests.vcproj
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/media.xcodeproj/project.pbxproj
|
View
|
|
5 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/media_unittests.scons
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|