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

Issue 274443006: Revert of Rename AudioRenderer::Play/Pause() to Start/StopRendering(). (Closed)

Created:
6 years, 7 months ago by vabr (Chromium)
Modified:
6 years, 7 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Revert of Rename AudioRenderer::Play/Pause() to Start/StopRendering(). (https://codereview.chromium.org/277123002/) Reason for revert: 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. Original issue's 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 TBR=dalecurtis@chromium.org,xhwang@google.com,scherkus@chromium.org NOTREECHECKS=true NOTRY=true BUG=370634 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270037

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -200 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 4 chunks +9 lines, -10 lines 0 comments Download
M media/base/pipeline_unittest.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M media/filters/audio_renderer_impl.h View 4 chunks +7 lines, -30 lines 0 comments Download
M media/filters/audio_renderer_impl.cc View 14 chunks +68 lines, -82 lines 0 comments Download
M media/filters/audio_renderer_impl_unittest.cc View 17 chunks +28 lines, -63 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
vabr (Chromium)
Created Revert of Rename AudioRenderer::Play/Pause() to Start/StopRendering().
6 years, 7 months ago (2014-05-13 06:51:21 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vabr@chromium.org/274443006/1
6 years, 7 months ago (2014-05-13 06:51:34 UTC) #2
commit-bot: I haz the power
Change committed as 270037
6 years, 7 months ago (2014-05-13 06:52:38 UTC) #3
vabr (Chromium)
On 2014/05/13 06:51:21, vabr (Chromium) wrote: > Created Revert of Rename AudioRenderer::Play/Pause() to Start/StopRendering(). Bots ...
6 years, 7 months ago (2014-05-13 07:11:08 UTC) #4
vabr (Chromium)
On 2014/05/13 07:11:08, vabr (Chromium) wrote: > On 2014/05/13 06:51:21, vabr (Chromium) wrote: > > ...
6 years, 7 months ago (2014-05-13 07:49:50 UTC) #5
vabr (Chromium)
6 years, 7 months ago (2014-05-13 08:43:24 UTC) #6
Message was sent while issue was closed.
Final update:

In the end I decided to keep the revert in. The failing
NewFrameProcessor/PipelineIntegrationTest.ChunkDemuxerAbortRead_AudioOnly/0 test
does not 100% occur within the range r270017 (reverted patch) - r270037
(revert), but it had not been there before r270017, and it did not come back
after r270037:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=...

My conclusion is that it might have been flakily triggered by r270017. Because
I'm not familiar with the code in question, I'd like you to reconsider if there
can be a link between r270017 and the failing test or not, and re-land or fix as
appropriate.

Sorry about the trouble.
Vaclav, your friendly Chromium sheriff

Powered by Google App Engine
This is Rietveld 408576698