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

Unified Diff: media/audio/audio_output_device_unittest.cc

Issue 12387006: Pass more detailed audio hardware configuration information to the renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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
Index: media/audio/audio_output_device_unittest.cc
===================================================================
--- media/audio/audio_output_device_unittest.cc (revision 187053)
+++ media/audio/audio_output_device_unittest.cc (working copy)
@@ -152,7 +152,7 @@
input_channels_(synchronized_io_ ? 2 : 0) {
default_audio_parameters_.Reset(
AudioParameters::AUDIO_PCM_LINEAR,
- CHANNEL_LAYOUT_STEREO, input_channels_,
+ CHANNEL_LAYOUT_STEREO, 2, input_channels_,
48000, 16, 1024);
audio_device_ = new AudioOutputDevice(

Powered by Google App Engine
This is Rietveld 408576698