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

Unified Diff: ppapi/shared_impl/ppb_audio_config_shared.cc

Issue 11309015: Increase Windows XP hardware buffer size to 4096. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix includes. Created 8 years, 1 month 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/base/media_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppb_audio_config_shared.cc
diff --git a/ppapi/shared_impl/ppb_audio_config_shared.cc b/ppapi/shared_impl/ppb_audio_config_shared.cc
index 25f356d67fe58ea28e731e617a013a58bb1cd0c1..f74d212b822354cfd98fa45bc961b9107e193eaf 100644
--- a/ppapi/shared_impl/ppb_audio_config_shared.cc
+++ b/ppapi/shared_impl/ppb_audio_config_shared.cc
@@ -54,6 +54,8 @@ uint32_t PPB_AudioConfig_Shared::RecommendSampleFrameCount_1_1(
if (enter.failed())
return 0;
+ return 2048;
viettrungluu 2012/11/16 20:27:47 Did you really land this with an uncondition |retu
scherkus (not reviewing) 2012/11/16 20:35:53 Woah -- looks like this snuck in after lgtms. Dal
DaleCurtis 2012/11/16 20:41:43 Bad rebase after test code. Reverting this part. S
+
// Get the hardware config.
PP_AudioSampleRate hardware_sample_rate = static_cast<PP_AudioSampleRate>(
enter.functions()->GetAudioHardwareOutputSampleRate(instance));
« no previous file with comments | « media/base/media_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698