|
Cast: Fix rtcp event dedup logic in rtcp_receiver.
Previously the dedup logic is based on a hash of rtp timestamp, event
time, and event type. This is not sufficient for packet events since
two of them can have the same fields except for packet id. The hash
needs to also take account into packet id for packet events.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268791
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+135 lines, -98 lines) |
Patch |
 |
M |
media/cast/rtcp/rtcp_receiver.h
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_receiver.cc
|
View
|
1
|
4 chunks |
+36 lines, -49 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_receiver_unittest.cc
|
View
|
|
3 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_sender.cc
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_sender_unittest.cc
|
View
|
|
5 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_utility.h
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/rtcp_utility.cc
|
View
|
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/test_rtcp_packet_builder.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/rtcp/test_rtcp_packet_builder.cc
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|