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

Issue 8631001: Fix player_x11 crash with --audio; new audio renderer. (Closed)

Created:
9 years, 1 month ago by DaleCurtis
Modified:
9 years, 1 month ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing), ihf+watch_chromium.org
Visibility:
Public.

Description

Replaces the broken raw stream based audio renderer with one based on AudioOutputController. I looked into switching it over to the low latency based controller, but the setup for low latency is pretty significant. Large portions of AudioRenderImpl and AudioRendererHost would have to be cribbed and tweaked. BUG=96789 TEST=Ran player_x11 --audio Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111437

Patch Set 1 #

Patch Set 2 : Make it work. #

Total comments: 10

Patch Set 3 : Code review fixes. #

Total comments: 2

Patch Set 4 : Fixes. #

Patch Set 5 : Fix compile warning. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -64 lines) Patch
M media/filters/reference_audio_renderer.h View 1 2 3 chunks +21 lines, -15 lines 0 comments Download
M media/filters/reference_audio_renderer.cc View 1 2 3 4 2 chunks +46 lines, -49 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
DaleCurtis
PTAL.
9 years, 1 month ago (2011-11-22 04:06:24 UTC) #1
scherkus (not reviewing)
http://codereview.chromium.org/8631001/diff/2001/media/filters/reference_audio_renderer.cc File media/filters/reference_audio_renderer.cc (right): http://codereview.chromium.org/8631001/diff/2001/media/filters/reference_audio_renderer.cc#newcode13 media/filters/reference_audio_renderer.cc:13: // This is an arbitrary number. Taken from audio_output_controoler_unittest. ...
9 years, 1 month ago (2011-11-23 01:40:22 UTC) #2
DaleCurtis
http://codereview.chromium.org/8631001/diff/2001/media/filters/reference_audio_renderer.cc File media/filters/reference_audio_renderer.cc (right): http://codereview.chromium.org/8631001/diff/2001/media/filters/reference_audio_renderer.cc#newcode13 media/filters/reference_audio_renderer.cc:13: // This is an arbitrary number. Taken from audio_output_controoler_unittest. ...
9 years, 1 month ago (2011-11-23 02:30:06 UTC) #3
scherkus (not reviewing)
http://codereview.chromium.org/8631001/diff/6001/media/filters/reference_audio_renderer.cc File media/filters/reference_audio_renderer.cc (right): http://codereview.chromium.org/8631001/diff/6001/media/filters/reference_audio_renderer.cc#newcode77 media/filters/reference_audio_renderer.cc:77: ChannelLayoutToChannelCount(channel_layout) * kBitsPerChannel / 8; wait using bits_per_channel (passed ...
9 years, 1 month ago (2011-11-23 02:37:38 UTC) #4
DaleCurtis
http://codereview.chromium.org/8631001/diff/6001/media/filters/reference_audio_renderer.cc File media/filters/reference_audio_renderer.cc (right): http://codereview.chromium.org/8631001/diff/6001/media/filters/reference_audio_renderer.cc#newcode77 media/filters/reference_audio_renderer.cc:77: ChannelLayoutToChannelCount(channel_layout) * kBitsPerChannel / 8; Works fine; I'm an ...
9 years, 1 month ago (2011-11-23 02:41:22 UTC) #5
scherkus (not reviewing)
assuming it all works and has is in AV sync then LGTM
9 years, 1 month ago (2011-11-23 02:44:37 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/8631001/3003
9 years, 1 month ago (2011-11-23 20:01:24 UTC) #7
commit-bot: I haz the power
Try job failure for 8631001-3003 (retry) on win_rel for step "compile" (clobber build). It's a ...
9 years, 1 month ago (2011-11-23 20:46:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/8631001/12001
9 years, 1 month ago (2011-11-23 21:00:20 UTC) #9
commit-bot: I haz the power
9 years, 1 month ago (2011-11-23 23:33:16 UTC) #10
Change committed as 111437

Powered by Google App Engine
This is Rietveld 408576698