|
|
cast: Wire upp logging to be sent over RTCP between receiver and sender.
Added lists to keep track of the unsent events for audio and video
to be sent via RTCP. This is needed to prevent log messages to be lost
when the log system pulls the messages to be processed by the backend.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246219
Total comments: 16
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+421 lines, -145 lines) |
Patch |
 |
M |
chrome/renderer/media/cast_session_delegate.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_decoder_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_receiver.cc
|
View
|
|
2 chunks |
+31 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_receiver_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/audio_sender/audio_encoder_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/audio_sender/audio_sender_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_defines.h
|
View
|
1
2
3
4
|
5 chunks |
+22 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_defines.cc
|
View
|
1
2
3
4
|
4 chunks |
+23 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_raw.h
|
View
|
|
3 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_raw.cc
|
View
|
1
2
3
4
|
6 chunks |
+87 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+39 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp.cc
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_receiver.cc
|
View
|
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_receiver_unittest.cc
|
View
|
|
6 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_sender.cc
|
View
|
|
4 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_sender_unittest.cc
|
View
|
|
8 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/test/encode_decode_test.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/test/end2end_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+75 lines, -29 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/receiver.cc
|
View
|
1
|
3 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/sender.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/transport/cast_transport_sender.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/transport/rtcp/rtcp_builder_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_decoder_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_receiver.cc
|
View
|
|
2 chunks |
+32 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_receiver_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/video_sender/external_video_encoder_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/video_sender/video_encoder_impl_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/video_sender/video_sender.cc
|
View
|
1
2
3
4
|
3 chunks |
+12 lines, -26 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_sender/video_sender_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|