|
|
Implement a source for remote video tracks.
MediaStreamRemoteVideoSource implements the MediaStreamVideoSource interface
for video tracks received on a PeerConnection. The purpose of the class is
to make sure there is no difference between a video track where the source is
a local source and a video track where the source is a remote video track.
BUG= 334243
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262050
Total comments: 33
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+569 lines, -367 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_center.cc
|
View
|
1
2
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_dependency_factory.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_dependency_factory.cc
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_video_source.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_video_source.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_video_track.h
|
View
|
|
2 chunks |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_video_track.cc
|
View
|
1
2
|
3 chunks |
+2 lines, -48 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/mock_media_stream_dependency_factory.h
|
View
|
1
2
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/mock_media_stream_dependency_factory.cc
|
View
|
1
2
|
3 chunks |
+24 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/remote_media_stream_impl.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/remote_media_stream_impl.cc
|
View
|
1
2
|
9 chunks |
+104 lines, -59 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/rtc_peer_connection_handler_unittest.cc
|
View
|
|
3 chunks |
+26 lines, -12 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/webrtc/media_stream_remote_video_source.h
|
View
|
1
2
3
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/webrtc/media_stream_remote_video_source.cc
|
View
|
1
|
1 chunk |
+157 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/webrtc/media_stream_remote_video_source_unittest.cc
|
View
|
1
|
1 chunk |
+160 lines, -0 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/webrtc/webrtc_video_sink_adapter.h
|
View
|
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/webrtc/webrtc_video_sink_adapter.cc
|
View
|
|
1 chunk |
+0 lines, -118 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|