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

Unified Diff: media/cast/test/sender.cc

Issue 427733002: Cast: Remove unused RTCP messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 6 years, 5 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/sender/video_sender_unittest.cc ('k') | media/cast/test/utility/default_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/sender.cc
diff --git a/media/cast/test/sender.cc b/media/cast/test/sender.cc
index 0ce23c8b51c52812bfb7464b67fe5c615c5832a4..40ca3693298df181b5ac7af87049074625ae9fc0 100644
--- a/media/cast/test/sender.cc
+++ b/media/cast/test/sender.cc
@@ -65,8 +65,6 @@ const char kSwitchFps[] = "fps";
media::cast::AudioSenderConfig GetAudioSenderConfig() {
media::cast::AudioSenderConfig audio_config;
- audio_config.rtcp_c_name = "audio_sender@a.b.c.d";
-
audio_config.use_external_encoder = false;
audio_config.frequency = kAudioSamplingFrequency;
audio_config.channels = kAudioChannels;
@@ -84,7 +82,6 @@ media::cast::AudioSenderConfig GetAudioSenderConfig() {
media::cast::VideoSenderConfig GetVideoSenderConfig() {
media::cast::VideoSenderConfig video_config;
- video_config.rtcp_c_name = "video_sender@a.b.c.d";
video_config.use_external_encoder = false;
// Resolution.
« no previous file with comments | « media/cast/sender/video_sender_unittest.cc ('k') | media/cast/test/utility/default_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698