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

Unified Diff: media/audio/audio_output_mixer.cc

Issue 10466007: Fix wrong timing when audio is muted. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 6 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 | « no previous file | media/audio/audio_output_proxy_unittest.cc » ('j') | media/audio/audio_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_output_mixer.cc
===================================================================
--- media/audio/audio_output_mixer.cc (revision 140286)
+++ media/audio/audio_output_mixer.cc (working copy)
@@ -197,8 +197,6 @@
// No need to mix muted stream.
scherkus (not reviewing) 2012/06/04 20:52:51 nit: remove outdated comment?
double volume = proxy_data->volume;
- if (volume == 0.0)
- continue;
// Different handling for first and all subsequent streams.
if (first_stream) {
« no previous file with comments | « no previous file | media/audio/audio_output_proxy_unittest.cc » ('j') | media/audio/audio_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698