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

Issue 7134001: Fix for CoreAudio stereo problem for unknown speakers (Closed)

Created:
9 years, 6 months ago by annacc
Modified:
9 years, 6 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell GONE FROM CHROMIUM, annacc, pam+watch_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing)
Visibility:
Public.

Description

Fix for CoreAudio stereo problem for unknown speakers BUG=85100 TEST=HTML5 videos with stereo channel layout on Mac with unconfigured speakers can be heard. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88339

Patch Set 1 : fix for CoreAudio stereo problem on unconfigured speaker layouts #

Total comments: 8

Patch Set 2 : addressing andrew's comments #

Total comments: 6

Patch Set 3 : fixing few mistakes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -2 lines) Patch
M media/audio/mac/audio_output_mac.cc View 1 2 6 chunks +22 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
annacc
This change fixes a problem with no audio processing for unconfigured (unknown) speaker arrangements. Before, ...
9 years, 6 months ago (2011-06-07 21:22:21 UTC) #1
scherkus (not reviewing)
nits http://codereview.chromium.org/7134001/diff/2001/media/audio/mac/audio_output_mac.cc File media/audio/mac/audio_output_mac.cc (right): http://codereview.chromium.org/7134001/diff/2001/media/audio/mac/audio_output_mac.cc#newcode99 media/audio/mac/audio_output_mac.cc:99: AudioObjectID device_id = 0; double checking.. intended change? ...
9 years, 6 months ago (2011-06-07 22:43:22 UTC) #2
annacc
Thanks Andrew! http://codereview.chromium.org/7134001/diff/2001/media/audio/mac/audio_output_mac.cc File media/audio/mac/audio_output_mac.cc (right): http://codereview.chromium.org/7134001/diff/2001/media/audio/mac/audio_output_mac.cc#newcode99 media/audio/mac/audio_output_mac.cc:99: AudioObjectID device_id = 0; On 2011/06/07 22:43:22, ...
9 years, 6 months ago (2011-06-07 23:09:44 UTC) #3
scherkus (not reviewing)
sanity checks! http://codereview.chromium.org/7134001/diff/5001/media/audio/mac/audio_output_mac.cc File media/audio/mac/audio_output_mac.cc (right): http://codereview.chromium.org/7134001/diff/5001/media/audio/mac/audio_output_mac.cc#newcode188 media/audio/mac/audio_output_mac.cc:188: all_channels_unknown = false; shouldn't this be outside ...
9 years, 6 months ago (2011-06-07 23:12:15 UTC) #4
annacc
http://codereview.chromium.org/7134001/diff/5001/media/audio/mac/audio_output_mac.cc File media/audio/mac/audio_output_mac.cc (right): http://codereview.chromium.org/7134001/diff/5001/media/audio/mac/audio_output_mac.cc#newcode188 media/audio/mac/audio_output_mac.cc:188: all_channels_unknown = false; On 2011/06/07 23:12:15, scherkus wrote: > ...
9 years, 6 months ago (2011-06-07 23:34:26 UTC) #5
scherkus (not reviewing)
LGTM
9 years, 6 months ago (2011-06-07 23:35:31 UTC) #6
commit-bot: I haz the power
Try job failure for 7134001-4002 on linux for step "compile" (clobber build). It's a second ...
9 years, 6 months ago (2011-06-08 15:32:06 UTC) #7
M-A Ruel
On 2011/06/08 15:32:06, commit-bot wrote: > Try job failure for 7134001-4002 on linux for step ...
9 years, 6 months ago (2011-06-08 15:34:42 UTC) #8
M-A Ruel
On 2011/06/08 15:34:42, Marc-Antoine Ruel wrote: > I'm adding code to skip over broken revisions. ...
9 years, 6 months ago (2011-06-08 15:35:16 UTC) #9
commit-bot: I haz the power
9 years, 6 months ago (2011-06-08 16:30:24 UTC) #10
Change committed as 88339

Powered by Google App Engine
This is Rietveld 408576698