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

Unified Diff: components/audio_modem/audio_recorder_impl.cc

Issue 1864483002: Forward output glitch information from stream WebRTC log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 7 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: components/audio_modem/audio_recorder_impl.cc
diff --git a/components/audio_modem/audio_recorder_impl.cc b/components/audio_modem/audio_recorder_impl.cc
index c87cb6e8311a9bb9b2b6a072578ac112f59e58c1..b5ed82907a28d1baee687db85f244862b6741491 100644
--- a/components/audio_modem/audio_recorder_impl.cc
+++ b/components/audio_modem/audio_recorder_impl.cc
@@ -114,7 +114,8 @@ void AudioRecorderImpl::InitializeOnAudioThread() {
stream_ = input_stream_for_testing_
? input_stream_for_testing_.get()
: media::AudioManager::Get()->MakeAudioInputStream(
- params, media::AudioDeviceDescription::kDefaultDeviceId);
+ params, media::AudioDeviceDescription::kDefaultDeviceId,
+ media::AudioManager::LogCallback());
if (!stream_ || !stream_->Open()) {
LOG(ERROR) << "Failed to open an input stream.";
« no previous file with comments | « chromecast/media/audio/cast_audio_output_stream_unittest.cc ('k') | content/browser/media/media_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698