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

Issue 403723006: Make media::AudioRenderer inherit from media::TimeSource. (Closed)

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

Description

Make media::AudioRenderer return a media::TimeSource. Mostly mechanical change to finish migrating time-related methods from AudioRenderer to TimeSource. BUG=370634 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284598

Patch Set 1 #

Total comments: 3

Patch Set 2 : composition #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -100 lines) Patch
M media/base/audio_renderer.h View 1 4 chunks +3 lines, -23 lines 0 comments Download
M media/base/mock_filters.h View 1 2 chunks +18 lines, -5 lines 0 comments Download
M media/base/mock_filters.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M media/base/pipeline.h View 1 3 chunks +5 lines, -1 line 0 comments Download
M media/base/pipeline.cc View 1 10 chunks +19 lines, -14 lines 4 comments Download
M media/base/pipeline_unittest.cc View 1 14 chunks +30 lines, -26 lines 0 comments Download
M media/filters/audio_renderer_impl.h View 1 4 chunks +10 lines, -4 lines 0 comments Download
M media/filters/audio_renderer_impl.cc View 1 3 chunks +17 lines, -2 lines 0 comments Download
M media/filters/audio_renderer_impl_unittest.cc View 1 16 chunks +23 lines, -25 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
scherkus (not reviewing)
looking for some preliminary feedback on how to introduce TimeSource to AudioRenderer and how it ...
6 years, 5 months ago (2014-07-21 17:07:53 UTC) #1
xhwang
lgtm https://codereview.chromium.org/403723006/diff/1/media/base/audio_renderer.h File media/base/audio_renderer.h (right): https://codereview.chromium.org/403723006/diff/1/media/base/audio_renderer.h#newcode18 media/base/audio_renderer.h:18: class MEDIA_EXPORT AudioRenderer : public TimeSource { On ...
6 years, 5 months ago (2014-07-21 22:10:06 UTC) #2
scherkus (not reviewing)
can you PTAL? I decided to go the composition route. For example, I think it'll ...
6 years, 5 months ago (2014-07-22 00:07:50 UTC) #3
xhwang
lgtm++ https://codereview.chromium.org/403723006/diff/80001/media/base/pipeline.cc File media/base/pipeline.cc (right): https://codereview.chromium.org/403723006/diff/80001/media/base/pipeline.cc#newcode410 media/base/pipeline.cc:410: if (time_source_) Once we use WallClockTimeSource, we should ...
6 years, 5 months ago (2014-07-22 00:29:28 UTC) #4
scherkus (not reviewing)
thanks for the review! https://codereview.chromium.org/403723006/diff/80001/media/base/pipeline.cc File media/base/pipeline.cc (right): https://codereview.chromium.org/403723006/diff/80001/media/base/pipeline.cc#newcode410 media/base/pipeline.cc:410: if (time_source_) On 2014/07/22 00:29:28, ...
6 years, 5 months ago (2014-07-22 00:30:59 UTC) #5
scherkus (not reviewing)
The CQ bit was checked by scherkus@chromium.org
6 years, 5 months ago (2014-07-22 01:11:05 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/403723006/80001
6 years, 5 months ago (2014-07-22 01:12:22 UTC) #7
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 02:30:12 UTC) #8
Message was sent while issue was closed.
Change committed as 284598

Powered by Google App Engine
This is Rietveld 408576698