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

Unified Diff: media/cast/cast_config.cc

Issue 916973003: Rename the members of FrameReceiverConfig (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months 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/cast_config.h ('k') | media/cast/receiver/cast_receiver_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_config.cc
diff --git a/media/cast/cast_config.cc b/media/cast/cast_config.cc
index 7c8a19583ad452851eb38f196419fd5ca5ca0619..0368affeab20703b5a677e171828e0e3ff5984a2 100644
--- a/media/cast/cast_config.cc
+++ b/media/cast/cast_config.cc
@@ -58,8 +58,8 @@ AudioSenderConfig::AudioSenderConfig()
AudioSenderConfig::~AudioSenderConfig() {}
FrameReceiverConfig::FrameReceiverConfig()
- : feedback_ssrc(0),
- incoming_ssrc(0),
+ : receiver_ssrc(0),
+ sender_ssrc(0),
rtcp_interval(kDefaultRtcpIntervalMs),
rtp_max_delay_ms(kDefaultRtpMaxDelayMs),
rtp_payload_type(0),
« no previous file with comments | « media/cast/cast_config.h ('k') | media/cast/receiver/cast_receiver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698