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

Issue 10753021: Move AudioRenderer out of Filter heirarchy. (Closed)

Created:
8 years, 5 months ago by scherkus (not reviewing)
Modified:
8 years, 5 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Move AudioRenderer out of Filter heirarchy. BUG=108341 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147619

Patch Set 1 #

Patch Set 2 : docs #

Total comments: 30

Patch Set 3 : rebase #

Patch Set 4 : fixes #

Patch Set 5 : again #

Patch Set 6 : #

Patch Set 7 : againnnnn #

Patch Set 8 : woot for RunInSeries/Parallel #

Total comments: 12

Patch Set 9 : fixes #

Patch Set 10 : fix msg loopin #

Patch Set 11 : thing #

Total comments: 7

Patch Set 12 : comments #

Patch Set 13 : rebased #

Patch Set 14 : error_cb #

Unified diffs Side-by-side diffs Delta from patch set Stats (+497 lines, -288 lines) Patch
M media/base/audio_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +51 lines, -10 lines 0 comments Download
A media/base/callback_util.h View 1 2 3 4 5 6 7 8 9 1 chunk +53 lines, -0 lines 0 comments Download
A media/base/callback_util.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +134 lines, -0 lines 0 comments Download
M media/base/composite_filter.cc View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
M media/base/filter_host.h View 1 chunk +0 lines, -4 lines 0 comments Download
M media/base/mock_filters.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +12 lines, -22 lines 0 comments Download
M media/base/mock_filters.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -23 lines 0 comments Download
M media/base/pipeline.h View 1 2 3 4 5 6 7 8 9 8 chunks +25 lines, -17 lines 0 comments Download
M media/base/pipeline.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 15 chunks +104 lines, -82 lines 0 comments Download
media/base/pipeline_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 chunks +59 lines, -67 lines 0 comments Download
M media/filters/audio_renderer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +11 lines, -11 lines 0 comments Download
M media/filters/audio_renderer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +15 lines, -13 lines 0 comments Download
M media/filters/audio_renderer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +30 lines, -33 lines 0 comments Download
M media/filters/video_renderer_base_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/media.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
scherkus (not reviewing)
http://codereview.chromium.org/10753021/diff/2001/media/base/audio_renderer.h File media/base/audio_renderer.h (right): http://codereview.chromium.org/10753021/diff/2001/media/base/audio_renderer.h#newcode73 media/base/audio_renderer.h:73: virtual void Seek(base::TimeDelta time, const PipelineStatusCB& callback) = 0; ...
8 years, 5 months ago (2012-07-10 03:58:22 UTC) #1
scherkus (not reviewing)
http://codereview.chromium.org/10753021/diff/2001/media/base/pipeline.cc File media/base/pipeline.cc (right): http://codereview.chromium.org/10753021/diff/2001/media/base/pipeline.cc#newcode579 media/base/pipeline.cc:579: void Pipeline::OnFilterStateTransition() { we might be to remove this ...
8 years, 5 months ago (2012-07-10 04:02:51 UTC) #2
ivan_cobs.com.sg
pls remove ivan@cobs.com.sg & lynn@cobs.com.sg NOW -----Original Message----- From: scherkus@chromium.org [mailto:scherkus@chromium.org] Sent: Tuesday, 10 July, ...
8 years, 5 months ago (2012-07-10 04:13:34 UTC) #3
acolwell GONE FROM CHROMIUM
http://codereview.chromium.org/10753021/diff/2001/media/base/audio_renderer.h File media/base/audio_renderer.h (right): http://codereview.chromium.org/10753021/diff/2001/media/base/audio_renderer.h#newcode25 media/base/audio_renderer.h:25: // Notifcation that audio rendering has reached the end ...
8 years, 5 months ago (2012-07-10 16:34:37 UTC) #4
Ami GONE FROM CHROMIUM
drive-by \o/ http://codereview.chromium.org/10753021/diff/2001/media/base/pipeline.cc File media/base/pipeline.cc (right): http://codereview.chromium.org/10753021/diff/2001/media/base/pipeline.cc#newcode472 media/base/pipeline.cc:472: void Pipeline::DoFlush(const base::Closure& done_cb) { Before this ...
8 years, 5 months ago (2012-07-10 17:16:00 UTC) #5
scherkus (not reviewing)
https://chromiumcodereview.appspot.com/10753021/diff/2001/media/base/audio_renderer.h File media/base/audio_renderer.h (right): https://chromiumcodereview.appspot.com/10753021/diff/2001/media/base/audio_renderer.h#newcode25 media/base/audio_renderer.h:25: // Notifcation that audio rendering has reached the end ...
8 years, 5 months ago (2012-07-17 03:43:00 UTC) #6
scherkus (not reviewing)
PTAL acolwell pointed out my brainfart when I sent this out on monday that my ...
8 years, 5 months ago (2012-07-18 22:42:54 UTC) #7
acolwell GONE FROM CHROMIUM
https://chromiumcodereview.appspot.com/10753021/diff/21001/media/base/audio_renderer.h File media/base/audio_renderer.h (right): https://chromiumcodereview.appspot.com/10753021/diff/21001/media/base/audio_renderer.h#newcode45 media/base/audio_renderer.h:45: const base::Closure& ended_cb, WDYT of moving this to Play() ...
8 years, 5 months ago (2012-07-19 00:58:18 UTC) #8
scherkus (not reviewing)
PTAL https://chromiumcodereview.appspot.com/10753021/diff/21001/media/base/audio_renderer.h File media/base/audio_renderer.h (right): https://chromiumcodereview.appspot.com/10753021/diff/21001/media/base/audio_renderer.h#newcode45 media/base/audio_renderer.h:45: const base::Closure& ended_cb, On 2012/07/19 00:58:18, acolwell wrote: ...
8 years, 5 months ago (2012-07-19 21:29:02 UTC) #9
acolwell GONE FROM CHROMIUM
LGTM https://chromiumcodereview.appspot.com/10753021/diff/12030/media/base/callback_util.cc File media/base/callback_util.cc (right): https://chromiumcodereview.appspot.com/10753021/diff/12030/media/base/callback_util.cc#newcode21 media/base/callback_util.cc:21: explicit CountingCB(int count, const base::Closure& done_cb) nit: remove ...
8 years, 5 months ago (2012-07-19 23:09:14 UTC) #10
scherkus (not reviewing)
thanks! https://chromiumcodereview.appspot.com/10753021/diff/12030/media/base/callback_util.cc File media/base/callback_util.cc (right): https://chromiumcodereview.appspot.com/10753021/diff/12030/media/base/callback_util.cc#newcode21 media/base/callback_util.cc:21: explicit CountingCB(int count, const base::Closure& done_cb) On 2012/07/19 ...
8 years, 5 months ago (2012-07-19 23:46:47 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/10753021/19038
8 years, 5 months ago (2012-07-20 04:26:43 UTC) #12
commit-bot: I haz the power
8 years, 5 months ago (2012-07-20 06:01:18 UTC) #13
Change committed as 147619

Powered by Google App Engine
This is Rietveld 408576698