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

Unified Diff: media/audio/win/wavein_input_win.cc

Issue 9566002: On windows, create PCMWaveInAudioInputStream instance with correct device ID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test. Created 8 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/win/wavein_input_win.h ('k') | tools/valgrind/drmemory/suppressions_full.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/win/wavein_input_win.cc
diff --git a/media/audio/win/wavein_input_win.cc b/media/audio/win/wavein_input_win.cc
index 10f0df0ad86e2ffcc3f57d3f3e3d923c9fb8827f..cd9febc6322baf7df39c15ee7907e46b85303b3c 100644
--- a/media/audio/win/wavein_input_win.cc
+++ b/media/audio/win/wavein_input_win.cc
@@ -222,7 +222,7 @@ bool PCMWaveInAudioInputStream::GetDeviceId(UINT* device_index) {
// Get list of all available and active devices.
AudioDeviceNames device_names;
- if (!GetInputDeviceNamesWinXP(&device_names))
+ if (!media::GetInputDeviceNamesWinXP(&device_names))
return false;
if (device_names.empty())
« no previous file with comments | « media/audio/win/wavein_input_win.h ('k') | tools/valgrind/drmemory/suppressions_full.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698