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

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

Issue 900913004: [cast/test] Use AudioConverter in FakeMediaSource to play back 6-channel WEBM's. (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/test/fake_media_source.cc ('k') | media/cast/test/simulator.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 7e6fd38a0d6e81d119e927939014202f57b6762c..1819df1808fc300dd73948371ff62bc0e786178f 100644
--- a/media/cast/test/sender.cc
+++ b/media/cast/test/sender.cc
@@ -259,7 +259,9 @@ int main(int argc, char** argv) {
scoped_ptr<media::cast::FakeMediaSource> fake_media_source(
new media::cast::FakeMediaSource(test_thread.message_loop_proxy(),
cast_environment->Clock(),
- video_config, false));
+ audio_config,
+ video_config,
+ false));
int override_fps = 0;
if (!base::StringToInt(cmd->GetSwitchValueASCII(kSwitchFps),
« no previous file with comments | « media/cast/test/fake_media_source.cc ('k') | media/cast/test/simulator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698