Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: media/cast/rtcp/rtcp_receiver_unittest.cc

Issue 70713002: Cast: Restructure RTCP interface to better fit our usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing line lost in merge Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/rtcp/rtcp_receiver.cc ('k') | media/cast/rtcp/rtcp_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtcp/rtcp_receiver_unittest.cc
diff --git a/media/cast/rtcp/rtcp_receiver_unittest.cc b/media/cast/rtcp/rtcp_receiver_unittest.cc
index c54ed3882fee1bbdacfe753d192f35e164645807..538b35d9a3babf42382f5b04aea6aca60424c558 100644
--- a/media/cast/rtcp/rtcp_receiver_unittest.cc
+++ b/media/cast/rtcp/rtcp_receiver_unittest.cc
@@ -90,7 +90,7 @@ class RtcpReceiverTest : public ::testing::Test {
expected_report_block_.fraction_lost = kLoss >> 24;
expected_report_block_.cumulative_lost = kLoss & 0xffffff;
expected_report_block_.extended_high_sequence_number = kExtendedMax;
- expected_report_block_.jitter = kJitter;
+ expected_report_block_.jitter = kTestJitter;
expected_report_block_.last_sr = kLastSr;
expected_report_block_.delay_since_last_sr = kDelayLastSr;
expected_receiver_reference_report_.remote_ssrc = kSenderSsrc;
« no previous file with comments | « media/cast/rtcp/rtcp_receiver.cc ('k') | media/cast/rtcp/rtcp_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698