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

Unified Diff: chromecast/browser/media/media_pipeline_host.cc

Issue 2016053003: Add audio_device_id in mojo media ServiceFactory CreateRenderer api. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Add implementation to use audio_device_id in CastRender. 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
Index: chromecast/browser/media/media_pipeline_host.cc
diff --git a/chromecast/browser/media/media_pipeline_host.cc b/chromecast/browser/media/media_pipeline_host.cc
index 7e0cd04af9b54c76e51b000343da43777ffc9fdc..13b65aa07d92e5f53ee78e42c7aeb5b56e73e6fd 100644
--- a/chromecast/browser/media/media_pipeline_host.cc
+++ b/chromecast/browser/media/media_pipeline_host.cc
@@ -71,7 +71,7 @@ void MediaPipelineHost::Initialize(
media_pipeline_->SetClient(client);
media_pipeline_->Initialize(load_type,
- create_backend_cb.Run(default_parameters));
+ create_backend_cb.Run(default_parameters, 0));
}
void MediaPipelineHost::SetAvPipe(

Powered by Google App Engine
This is Rietveld 408576698