|
Refactor MediaStreamImpl and PeerConnection glue implementation after WebKit changes.
With this cl a WebKitMediaStreamDescriptor holds a scoped_refptr to the native implementation of MediaStreams.
This simplifies the glue code and allows us to hook up events from MediaStreamCenter to the correct native MediaStream.
BUG=
TEST= unit tests and https://apprtc.appspot.com
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137110
Total comments: 10
Total comments: 22
Total comments: 6
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+510 lines, -707 lines) |
Patch |
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_center.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_center.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+92 lines, -2 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/media_stream_extra_data.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_impl.h
|
View
|
1
2
3
|
6 chunks |
+26 lines, -33 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_impl.cc
|
View
|
1
2
3
4
|
13 chunks |
+86 lines, -142 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_impl_unittest.cc
|
View
|
1
2
|
4 chunks |
+58 lines, -131 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/mock_media_stream_impl.h
|
View
|
1
2
|
1 chunk |
+0 lines, -55 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/mock_media_stream_impl.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/peer_connection_handler.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/peer_connection_handler.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/peer_connection_handler_base.h
|
View
|
1
2
|
4 chunks |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/peer_connection_handler_base.cc
|
View
|
1
2
3
|
4 chunks |
+22 lines, -58 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/peer_connection_handler_jsep.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/peer_connection_handler_jsep.cc
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/peer_connection_handler_jsep_unittest.cc
|
View
|
|
8 chunks |
+45 lines, -72 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/peer_connection_handler_unittest.cc
|
View
|
1
2
|
3 chunks |
+136 lines, -93 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|