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

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

Issue 2133903002: RELAND: Merge VideoSenderConfig and AudioSenderConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled two unittests. Created 4 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/test/sender.cc ('k') | media/cast/test/utility/default_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/simulator.cc
diff --git a/media/cast/test/simulator.cc b/media/cast/test/simulator.cc
index 0e2f1ea6ddf3d9c17f5a839485bea37905af63ea..160eae65dcd6e812e267becd099e4cc581f6d6bd 100644
--- a/media/cast/test/simulator.cc
+++ b/media/cast/test/simulator.cc
@@ -356,7 +356,7 @@ void RunSimulation(const base::FilePath& source_path,
sender_env->logger()->Subscribe(&video_event_subscriber);
// Audio sender config.
- AudioSenderConfig audio_sender_config = GetDefaultAudioSenderConfig();
+ FrameSenderConfig audio_sender_config = GetDefaultAudioSenderConfig();
audio_sender_config.min_playout_delay =
audio_sender_config.max_playout_delay = base::TimeDelta::FromMilliseconds(
GetIntegerSwitchValue(kTargetDelay, 400));
@@ -368,7 +368,7 @@ void RunSimulation(const base::FilePath& source_path,
audio_sender_config.max_playout_delay.InMilliseconds();
// Video sender config.
- VideoSenderConfig video_sender_config = GetDefaultVideoSenderConfig();
+ FrameSenderConfig video_sender_config = GetDefaultVideoSenderConfig();
video_sender_config.max_bitrate = 2500000;
video_sender_config.min_bitrate = 2000000;
video_sender_config.start_bitrate = 2000000;
« no previous file with comments | « media/cast/test/sender.cc ('k') | media/cast/test/utility/default_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698