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

Issue 2452183003: Revert of Make more media APIs aware of |delay| and |delay_timestamp| (Closed)

Created:
4 years, 1 month ago by sakal-chromium
Modified:
4 years, 1 month ago
CC:
chromium-reviews, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, mcasas+watch+vc_chromium.org, miu+watch_chromium.org, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Make more media APIs aware of |delay| and |delay_timestamp| (patchset #5 id:120001 of https://codereview.chromium.org/2437863004/ ) Reason for revert: Breaks chromium.webrtc bots due to excessive logging. https://build.chromium.org/p/chromium.webrtc/builders/Win7%20Tester/builds/30786 https://build.chromium.org/p/chromium.webrtc/builders/Win8%20Tester/builds/29755 https://build.chromium.org/p/chromium.webrtc/builders/Win10%20Tester/builds/11600 Original issue's description: > Make more media APIs aware of |delay| and |delay_timestamp| > > This patch is a part of 'AudioContext.getOutputTimestamp' method implementation [1] and it continues the changes introduced at [2]. > > The AudioRendererSink::RenderCallback::Render method has same semantics as AudioSourceCallback::OnMoreData. > That caused other changes in the following interfaces: > - AudioSyncReader::UpdatePendingBytes(uint32_t bytes, uint32_t frames_skipped) -> AudioSyncReader::PrepareNextData(base::TimeDelta delay, base::TimeTicks delay_timestamp, uint32_t frames_skipped) > - AudioDeviceThread::Callback::Process(uint32_t pending_data) -> AudioDeviceThread::Callback::Process(int64_t pending_data, base::TimeTicks data_timestamp) > - AudioDeviceThread is receiving a "packet" of two int64_t values > > BUG=619533 > > [1] https://codereview.chromium.org/2060833002/ > [2] https://codereview.chromium.org/2101303004/ > > Committed: https://crrev.com/df872a842609926a62e0211868c886d0ec96cff7 > Cr-Commit-Position: refs/heads/master@{#427996} TBR=jochen@chromium.org,chcunningham@chromium.org,jameswest@google.com,jameswest@chromium.org,miu@chromium.org,perkj@chromium.org,tommi@chromium.org,mikhail.pozdnyakov@intel.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=619533 Committed: https://crrev.com/820c7d29fa971b7ab86f5cf554e6a3b2c547c21b Cr-Commit-Position: refs/heads/master@{#428015}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -287 lines) Patch
M content/browser/renderer_host/media/audio_input_sync_writer.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_sync_writer_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/audio_sync_reader.h View 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/renderer_host/media/audio_sync_reader.cc View 2 chunks +4 lines, -9 lines 0 comments Download
M content/renderer/media/renderer_webaudiodevice_impl.h View 1 chunk +3 lines, -4 lines 0 comments Download
M content/renderer/media/renderer_webaudiodevice_impl.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M content/renderer/media/track_audio_renderer.h View 1 chunk +3 lines, -4 lines 0 comments Download
M content/renderer/media/track_audio_renderer.cc View 2 chunks +12 lines, -8 lines 0 comments Download
M content/renderer/media/webrtc_audio_renderer.h View 2 chunks +4 lines, -5 lines 0 comments Download
M content/renderer/media/webrtc_audio_renderer.cc View 5 chunks +23 lines, -13 lines 0 comments Download
M media/audio/audio_device_thread.h View 2 chunks +1 line, -8 lines 0 comments Download
M media/audio/audio_device_thread.cc View 2 chunks +6 lines, -11 lines 0 comments Download
M media/audio/audio_input_device.cc View 3 chunks +5 lines, -7 lines 0 comments Download
M media/audio/audio_output_controller.h View 1 chunk +8 lines, -8 lines 0 comments Download
M media/audio/audio_output_controller.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M media/audio/audio_output_controller_unittest.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M media/audio/audio_output_device.cc View 4 chunks +10 lines, -10 lines 0 comments Download
M media/audio/audio_output_device_unittest.cc View 4 chunks +10 lines, -13 lines 0 comments Download
M media/audio/audio_output_stream_sink.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M media/audio/clockless_audio_sink.cc View 1 chunk +1 line, -2 lines 0 comments Download
M media/audio/null_audio_sink.cc View 1 chunk +1 line, -2 lines 0 comments Download
M media/base/audio_bus_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/base/audio_converter_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M media/base/audio_hash_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M media/base/audio_renderer_mixer.h View 1 chunk +3 lines, -4 lines 0 comments Download
M media/base/audio_renderer_mixer.cc View 3 chunks +3 lines, -7 lines 0 comments Download
M media/base/audio_renderer_mixer_input.cc View 2 chunks +1 line, -6 lines 0 comments Download
M media/base/audio_renderer_mixer_unittest.cc View 3 chunks +4 lines, -8 lines 0 comments Download
M media/base/audio_renderer_sink.h View 1 chunk +7 lines, -8 lines 0 comments Download
M media/base/fake_audio_render_callback.h View 1 chunk +3 lines, -4 lines 0 comments Download
M media/base/fake_audio_render_callback.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M media/base/fake_audio_renderer_sink.h View 1 chunk +2 lines, -2 lines 0 comments Download
M media/base/fake_audio_renderer_sink.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/base/silent_sink_suspender.h View 1 chunk +3 lines, -4 lines 0 comments Download
M media/base/silent_sink_suspender.cc View 4 chunks +7 lines, -9 lines 0 comments Download
M media/base/silent_sink_suspender_unittest.cc View 8 chunks +14 lines, -39 lines 0 comments Download
M media/blink/webaudiosourceprovider_impl.cc View 5 chunks +10 lines, -18 lines 0 comments Download
M media/blink/webaudiosourceprovider_impl_unittest.cc View 2 chunks +4 lines, -7 lines 0 comments Download
M media/renderers/audio_renderer_impl.h View 1 chunk +4 lines, -5 lines 0 comments Download
M media/renderers/audio_renderer_impl.cc View 1 chunk +5 lines, -9 lines 0 comments Download
M media/renderers/audio_renderer_impl_unittest.cc View 5 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
sakal-chromium
Created Revert of Make more media APIs aware of |delay| and |delay_timestamp|
4 years, 1 month ago (2016-10-27 14:08:22 UTC) #2
sakal-chromium
Breakage is because of excessive logging: [2932:5868:1027/055220:ERROR:track_audio_renderer.cc(59)] Pulling audio out of shifter to be played ...
4 years, 1 month ago (2016-10-27 14:08:45 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2452183003/1
4 years, 1 month ago (2016-10-27 14:08:46 UTC) #4
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 1 month ago (2016-10-27 14:08:48 UTC) #6
tommi (sloooow) - chröme
lgtm
4 years, 1 month ago (2016-10-27 14:10:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2452183003/1
4 years, 1 month ago (2016-10-27 14:10:17 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-10-27 14:11:49 UTC) #11
commit-bot: I haz the power
4 years, 1 month ago (2016-10-27 14:13:27 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/820c7d29fa971b7ab86f5cf554e6a3b2c547c21b
Cr-Commit-Position: refs/heads/master@{#428015}

Powered by Google App Engine
This is Rietveld 408576698