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

Unified Diff: remoting/host/chromoting_host.cc

Issue 10914029: Use a separate thread for audio capturing and encoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « remoting/host/audio_scheduler.cc ('k') | remoting/host/chromoting_host_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host.cc
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
index 9a9abee43c591ea9728d257d29b1bc55a1c25eb9..ea7bc862b521bec09b8092b04ee08f41da0b336e 100644
--- a/remoting/host/chromoting_host.cc
+++ b/remoting/host/chromoting_host.cc
@@ -235,7 +235,7 @@ void ChromotingHost::OnSessionChannelsConnected(ClientSession* client) {
scoped_ptr<AudioEncoder> audio_encoder =
CreateAudioEncoder(client->connection()->session()->config());
audio_scheduler_ = new AudioScheduler(
- context_->capture_task_runner(),
+ context_->audio_task_runner(),
context_->network_task_runner(),
desktop_environment_->audio_capturer(),
audio_encoder.Pass(),
« no previous file with comments | « remoting/host/audio_scheduler.cc ('k') | remoting/host/chromoting_host_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698