|
Cast: Deduplicate event types in cast library.
- Remove k{Audio,Video}XXX event types and add in kXXX event types to
be shared between audio and video.
- Changed RTCP event mapping to accept both k{A,V}XXX and kXXX event
type encodings from the receiver. Old encodings get mapped to the
unified types on sender side.
- Changed reciever reference implementation to always send new unified
event types.
- Changed LoggingImpl::Insert{Frame,Packet}Event calls to take
additional EventMediaType argument.
- Added a param in RTCP to indicate whether receiver events
from incoming ssrc are audio or video events.
- Remove generic event types.
- Remove other unused events
-- kVideoFrameSentToEncoder
-- k{AV}PacketSentToPacer
-- kDuplicate{AV}PacketReceived
BUG= 365829
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269473
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+690 lines, -752 lines) |
Patch |
 |
M |
chrome/renderer/media/cast_session_delegate.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_receiver.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_receiver.cc
|
View
|
|
5 chunks |
+11 lines, -20 lines |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_receiver_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/audio_sender/audio_encoder.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/audio_sender/audio_sender.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/logging/encoding_event_subscriber.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/encoding_event_subscriber.cc
|
View
|
|
4 chunks |
+9 lines, -13 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/encoding_event_subscriber_unittest.cc
|
View
|
|
32 chunks |
+61 lines, -40 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_defines.h
|
View
|
|
4 chunks |
+24 lines, -43 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_defines.cc
|
View
|
|
3 chunks |
+16 lines, -70 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_impl.h
|
View
|
|
1 chunk |
+16 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_impl.cc
|
View
|
|
3 chunks |
+20 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_impl_unittest.cc
|
View
|
|
6 chunks |
+21 lines, -16 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_raw.h
|
View
|
|
2 chunks |
+20 lines, -15 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_raw.cc
|
View
|
|
4 chunks |
+20 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/logging_raw_unittest.cc
|
View
|
|
9 chunks |
+31 lines, -15 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/proto/proto_utils.cc
|
View
|
|
1 chunk |
+16 lines, -34 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/proto/raw_events.proto
|
View
|
|
3 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/receiver_time_offset_estimator_impl.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/receiver_time_offset_estimator_impl.cc
|
View
|
|
4 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/receiver_time_offset_estimator_impl_unittest.cc
|
View
|
|
7 chunks |
+23 lines, -15 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/serialize_deserialize_test.cc
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/simple_event_subscriber_unittest.cc
|
View
|
|
1 chunk |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/stats_event_subscriber.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/logging/stats_event_subscriber.cc
|
View
|
|
10 chunks |
+24 lines, -67 lines |
0 comments
|
Download
|
 |
M |
media/cast/logging/stats_event_subscriber_unittest.cc
|
View
|
|
11 chunks |
+20 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/receiver_rtcp_event_subscriber.h
|
View
|
|
3 chunks |
+7 lines, -15 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/receiver_rtcp_event_subscriber.cc
|
View
|
|
4 chunks |
+12 lines, -24 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/receiver_rtcp_event_subscriber_unittest.cc
|
View
|
|
5 chunks |
+21 lines, -17 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp.h
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp.cc
|
View
|
|
7 chunks |
+46 lines, -51 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_defines.h
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_defines.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_receiver.cc
|
View
|
1
2
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_receiver_unittest.cc
|
View
|
1
2
|
5 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_sender.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_sender_unittest.cc
|
View
|
1
2
|
7 chunks |
+27 lines, -25 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_unittest.cc
|
View
|
|
11 chunks |
+22 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_utility.cc
|
View
|
1
2
|
1 chunk |
+31 lines, -41 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/sender_rtcp_event_subscriber.cc
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/sender_rtcp_event_subscriber_unittest.cc
|
View
|
|
4 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/end2end_unittest.cc
|
View
|
|
6 chunks |
+35 lines, -32 lines |
0 comments
|
Download
|
 |
M |
media/cast/transport/pacing/paced_sender.cc
|
View
|
|
2 chunks |
+6 lines, -16 lines |
0 comments
|
Download
|
 |
M |
media/cast/transport/pacing/paced_sender_unittest.cc
|
View
|
|
2 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_receiver.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_receiver.cc
|
View
|
|
6 chunks |
+15 lines, -19 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.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/video_sender/video_sender.cc
|
View
|
1
2
3
|
5 chunks |
+11 lines, -14 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_sender/video_sender_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|