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

Unified Diff: media/cast/receiver/cast_receiver_impl.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.cc ('k') | media/cast/receiver/frame_receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/receiver/cast_receiver_impl.cc
diff --git a/media/cast/receiver/cast_receiver_impl.cc b/media/cast/receiver/cast_receiver_impl.cc
index 9a3a2e1a1e68e3312c9ba5eb63a2cf0cf776a34e..5a01bb0890f05e824b18e6be17d0630671c5acee 100644
--- a/media/cast/receiver/cast_receiver_impl.cc
+++ b/media/cast/receiver/cast_receiver_impl.cc
@@ -33,8 +33,8 @@ CastReceiverImpl::CastReceiverImpl(
: cast_environment_(cast_environment),
audio_receiver_(cast_environment, audio_config, AUDIO_EVENT, transport),
video_receiver_(cast_environment, video_config, VIDEO_EVENT, transport),
- ssrc_of_audio_sender_(audio_config.incoming_ssrc),
- ssrc_of_video_sender_(video_config.incoming_ssrc),
+ ssrc_of_audio_sender_(audio_config.sender_ssrc),
+ ssrc_of_video_sender_(video_config.sender_ssrc),
num_audio_channels_(audio_config.channels),
audio_sampling_rate_(audio_config.rtp_timebase),
audio_codec_(audio_config.codec),
« no previous file with comments | « media/cast/cast_config.cc ('k') | media/cast/receiver/frame_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698