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

Issue 277123002: Rename AudioRenderer::Play/Pause() to Start/StopRendering(). (Closed)

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

Description

Rename AudioRenderer::Play/Pause() to Start/StopRendering(). This makes a clearer separation between methods for controlling the actual rendering of audio versus methods for controlling the state of the renderer (i.e,. flushing and seeking). Consequently, clean up AudioRendererImpl to reflect the separation between rendering methods and state change methods. BUG=370634 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270017

Patch Set 1 : #

Total comments: 2

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -109 lines) Patch
M media/base/audio_renderer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M media/base/mock_filters.h View 1 chunk +2 lines, -2 lines 0 comments Download
M media/base/pipeline.cc View 1 4 chunks +10 lines, -9 lines 0 comments Download
M media/base/pipeline_unittest.cc View 1 7 chunks +11 lines, -11 lines 0 comments Download
M media/filters/audio_renderer_impl.h View 4 chunks +30 lines, -7 lines 0 comments Download
M media/filters/audio_renderer_impl.cc View 14 chunks +66 lines, -52 lines 0 comments Download
M media/filters/audio_renderer_impl_unittest.cc View 17 chunks +61 lines, -26 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
scherkus (not reviewing)
6 years, 7 months ago (2014-05-12 15:05:48 UTC) #1
DaleCurtis
lgtm
6 years, 7 months ago (2014-05-12 18:25:33 UTC) #2
xhwang1
drive-by question... https://codereview.chromium.org/277123002/diff/70001/media/filters/audio_renderer_impl.h File media/filters/audio_renderer_impl.h (right): https://codereview.chromium.org/277123002/diff/70001/media/filters/audio_renderer_impl.h#newcode128 media/filters/audio_renderer_impl.h:128: kPlaying, nit: now what does kPlaying exactly ...
6 years, 7 months ago (2014-05-12 18:48:55 UTC) #3
scherkus (not reviewing)
https://codereview.chromium.org/277123002/diff/70001/media/filters/audio_renderer_impl.h File media/filters/audio_renderer_impl.h (right): https://codereview.chromium.org/277123002/diff/70001/media/filters/audio_renderer_impl.h#newcode128 media/filters/audio_renderer_impl.h:128: kPlaying, On 2014/05/12 18:48:56, Xiaohan Wang wrote: > nit: ...
6 years, 7 months ago (2014-05-12 18:55:32 UTC) #4
scherkus (not reviewing)
The CQ bit was checked by scherkus@chromium.org
6 years, 7 months ago (2014-05-12 21:21:00 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/277123002/90001
6 years, 7 months ago (2014-05-12 21:23:06 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-13 00:44:29 UTC) #7
commit-bot: I haz the power
Change committed as 270017
6 years, 7 months ago (2014-05-13 05:00:27 UTC) #8
vabr (Chromium)
6 years, 7 months ago (2014-05-13 06:51:20 UTC) #9
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/274443006/ by vabr@chromium.org.

The reason for reverting is: This seems to have broken
NewFrameProcessor/PipelineIntegrationTest.ChunkDemuxerAbortRead_AudioOnly/0
Linux Tests (dbg)(2) and Win7 Tests (dbg)(1).
Will provide links and stdio on the new CL. This is speculative, if the issue
won't go away, the revert will be reverted..

Powered by Google App Engine
This is Rietveld 408576698