|
Cast: Add capabity to parse receiver and sender log messages over RTCP.
This cl contains the parsing of the RTCP packets containing the log
messages. The callbacks sending the parsed data into our log system is
not wired up; that will be done in a seperate cl.
Additionally the sender does not generate these type of messages yet.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236920
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+632 lines, -22 lines) |
Patch |
 |
M |
media/cast/logging/logging_defines.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_defines.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_defines.h
|
View
|
1
2
|
1 chunk |
+5 lines, -3 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
|
6 chunks |
+152 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_receiver_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+222 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_sender.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_utility.h
|
View
|
1
2
|
8 chunks |
+42 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_utility.cc
|
View
|
|
5 chunks |
+148 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/test_rtcp_packet_builder.h
|
View
|
1
2
3
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/test_rtcp_packet_builder.cc
|
View
|
1
2
3
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|