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

Unified Diff: content/renderer/media/webrtc_local_audio_renderer.cc

Issue 12261003: Possible solution to synchronization problems in webrtc audio capturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « content/renderer/media/webrtc_audio_capturer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webrtc_local_audio_renderer.cc
diff --git a/content/renderer/media/webrtc_local_audio_renderer.cc b/content/renderer/media/webrtc_local_audio_renderer.cc
index d6efff69e6c730bec60d6ce39fe65b8face8f39b..f24045ab759dab16fe0556cf9ca830528b64a452 100644
--- a/content/renderer/media/webrtc_local_audio_renderer.cc
+++ b/content/renderer/media/webrtc_local_audio_renderer.cc
@@ -163,7 +163,7 @@ void WebRtcLocalAudioRenderer::Start() {
// cases where resampling is needed on the output side.
// TODO(henrika): verify this scheme on as many different devices and
// combinations of sample rates as possible
- media::AudioParameters source_params = source_->audio_parameter();
+ media::AudioParameters source_params = source_->audio_parameters();
media::AudioParameters sink_params(source_params.format(),
source_params.channel_layout(),
source_params.sample_rate(),
« no previous file with comments | « content/renderer/media/webrtc_audio_capturer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698