|
Cast: Restructure RTCP interface to better fit our usage.
New structure allows a better interface to add sending and receiving
log messages from the remote peer over RTCP. The acctual RTCP messaging
and plugging this into the log class will follw in 2 seperate cls.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235807
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+376 lines, -280 lines) |
Patch |
 |
M |
media/cast/audio_receiver/audio_receiver.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_receiver.cc
|
View
|
1
2
3
4
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/cast/audio_sender/audio_sender.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/audio_sender/audio_sender.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/mock_rtcp_receiver_feedback.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp.h
|
View
|
1
2
3
4
|
4 chunks |
+25 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+72 lines, -91 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_defines.h
|
View
|
1
2
3
|
2 chunks |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_receiver.h
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_receiver.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_receiver_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_sender.h
|
View
|
|
3 chunks |
+18 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_sender.cc
|
View
|
1
2
3
|
3 chunks |
+72 lines, -28 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_sender_unittest.cc
|
View
|
|
8 chunks |
+29 lines, -79 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_unittest.cc
|
View
|
1
2
3
4
|
16 chunks |
+94 lines, -38 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/test_rtcp_packet_builder.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/test_rtcp_packet_builder.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_receiver.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_receiver.cc
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_sender/video_sender.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/video_sender/video_sender.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|