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

Unified Diff: media/audio/audio_output_resampler.cc

Issue 2718903003: Add play test.
Patch Set: updated.. Created 3 years, 9 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/audio/BUILD.gn ('k') | media/audio/mac/audio_auhal_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_output_resampler.cc
diff --git a/media/audio/audio_output_resampler.cc b/media/audio/audio_output_resampler.cc
index 7256d683e63e12b5a075213f0396e46ff8db2e5a..4a3a42c5f4500d75986d6755219983c5bb754a41 100644
--- a/media/audio/audio_output_resampler.cc
+++ b/media/audio/audio_output_resampler.cc
@@ -327,8 +327,8 @@ bool AudioOutputResampler::OpenStream() {
}
#endif
- DLOG(ERROR) << "Unable to open audio device in high latency mode. Falling "
- << "back to fake audio output.";
+ LOG(ERROR) << "Unable to open audio device in high latency mode. Falling "
+ << "back to fake audio output.";
// Finally fall back to a fake audio output device.
output_params_ = params_;
« no previous file with comments | « media/audio/BUILD.gn ('k') | media/audio/mac/audio_auhal_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698