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

Issue 9325044: Remove AudioDecoder from the Filter heirarchy. (Closed)

Created:
8 years, 10 months ago by Ami GONE FROM CHROMIUM
Modified:
8 years, 10 months 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), ihf+watch_chromium.org
Visibility:
Public.

Description

Remove AudioDecoder from the Filter heirarchy. BUG=108339 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120718

Patch Set 1 : . #

Total comments: 10

Patch Set 2 : . #

Patch Set 3 : Moved audio_decoder_ out of Pipeline; AudioRendererBase is in charge of it now. #

Total comments: 29

Patch Set 4 : CR responses. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -164 lines) Patch
A media/base/audio_decoder.h View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
A media/base/audio_decoder.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M media/base/filter_collection.h View 1 2 3 5 chunks +5 lines, -3 lines 0 comments Download
M media/base/filter_collection.cc View 1 2 3 4 chunks +12 lines, -6 lines 0 comments Download
M media/base/filters.h View 1 2 3 4 chunks +2 lines, -37 lines 0 comments Download
M media/base/filters.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M media/base/mock_filters.h View 1 2 3 3 chunks +7 lines, -11 lines 0 comments Download
M media/base/pipeline.h View 1 2 3 chunks +4 lines, -16 lines 0 comments Download
M media/base/pipeline.cc View 1 2 3 12 chunks +21 lines, -24 lines 0 comments Download
M media/base/pipeline_status.h View 1 chunk +18 lines, -0 lines 0 comments Download
M media/base/pipeline_unittest.cc View 1 2 3 7 chunks +5 lines, -18 lines 0 comments Download
M media/filters/audio_renderer_base.h View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M media/filters/audio_renderer_base.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M media/filters/ffmpeg_audio_decoder.h View 1 2 3 2 chunks +4 lines, -6 lines 0 comments Download
M media/filters/ffmpeg_audio_decoder.cc View 1 2 3 5 chunks +11 lines, -16 lines 0 comments Download
M media/filters/ffmpeg_audio_decoder_unittest.cc View 4 chunks +0 lines, -20 lines 0 comments Download
M media/media.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Ami GONE FROM CHROMIUM
8 years, 10 months ago (2012-02-03 22:46:42 UTC) #1
acolwell GONE FROM CHROMIUM
On 2012/02/03 22:46:42, Ami Fischman wrote: WDYT about having the AudioRendererBase own the AudioDecoder and ...
8 years, 10 months ago (2012-02-03 23:23:24 UTC) #2
scherkus (not reviewing)
On 2012/02/03 23:23:24, acolwell wrote: > On 2012/02/03 22:46:42, Ami Fischman wrote: > > WDYT ...
8 years, 10 months ago (2012-02-03 23:25:20 UTC) #3
Ami GONE FROM CHROMIUM
On Fri, Feb 3, 2012 at 3:25 PM, <scherkus@chromium.org> wrote: > On 2012/02/03 23:23:24, acolwell ...
8 years, 10 months ago (2012-02-03 23:26:18 UTC) #4
scherkus (not reviewing)
LGTM w/ some qs https://chromiumcodereview.appspot.com/9325044/diff/2001/media/base/audio_decoder.h File media/base/audio_decoder.h (right): https://chromiumcodereview.appspot.com/9325044/diff/2001/media/base/audio_decoder.h#newcode24 media/base/audio_decoder.h:24: virtual void Initialize(DemuxerStream* stream, I ...
8 years, 10 months ago (2012-02-03 23:31:29 UTC) #5
Ami GONE FROM CHROMIUM
acolwell@ pointed out that my change orphans FFmpegAudioDecoder::DoFlush(), and that without it being called it's ...
8 years, 10 months ago (2012-02-04 00:10:21 UTC) #6
Ami GONE FROM CHROMIUM
On 2012/02/04 00:10:21, Ami Fischman wrote: > acolwell@ pointed out that my change orphans FFmpegAudioDecoder::DoFlush(), ...
8 years, 10 months ago (2012-02-04 00:57:59 UTC) #7
scherkus (not reviewing)
LGTM w/ nits re: testing With Flush() being handled I don't see any reason why ...
8 years, 10 months ago (2012-02-06 21:04:04 UTC) #8
Ami GONE FROM CHROMIUM
Thanks. Test matrix + seeking is happy. https://chromiumcodereview.appspot.com/9325044/diff/4003/media/base/audio_decoder.h File media/base/audio_decoder.h (right): https://chromiumcodereview.appspot.com/9325044/diff/4003/media/base/audio_decoder.h#newcode10 media/base/audio_decoder.h:10: #include "base/time.h" ...
8 years, 10 months ago (2012-02-06 21:38:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fischman@chromium.org/9325044/11003
8 years, 10 months ago (2012-02-06 21:40:04 UTC) #10
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
8 years, 10 months ago (2012-02-07 01:10:14 UTC) #11
commit-bot: I haz the power
8 years, 10 months ago (2012-02-07 01:27:14 UTC) #12

Powered by Google App Engine
This is Rietveld 408576698