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

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed)

Created:
5 years, 2 months ago by kmackay
Modified:
5 years, 2 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, lcwu+watch_chromium.org, halliwell+watch_chromium.org, gunsch+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Upgrade to new CMA backend API Committed: https://crrev.com/13e7a879298533b9fb111495c8d7dd1b954aae03 Cr-Commit-Position: refs/heads/master@{#354307}

Patch Set 1 #

Total comments: 41

Patch Set 2 : Fix end_to_end test + address slan comments #

Total comments: 8

Patch Set 3 : Remove unnecessary abstract base classes. #

Total comments: 8

Patch Set 4 : Fix GN build #

Total comments: 16

Patch Set 5 : Address remaining comments #

Patch Set 6 : Add V1 adapter #

Total comments: 3

Patch Set 7 : Make gunsch@ slightly less sad #

Patch Set 8 : Fix task_runner.h issue #

Patch Set 9 : Remove gyp target for backend adapter #

Total comments: 30

Patch Set 10 : Clean up #

Patch Set 11 : Fix android build #

Patch Set 12 : Address alokp@ comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1321 lines, -4301 lines) Patch
M chromecast/browser/media/cma_media_pipeline_client.h View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M chromecast/browser/media/cma_media_pipeline_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/browser/media/cma_message_filter_host.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chromecast/browser/media/media_pipeline_host.h View 1 3 chunks +10 lines, -6 lines 0 comments Download
M chromecast/browser/media/media_pipeline_host.cc View 1 5 chunks +11 lines, -17 lines 0 comments Download
M chromecast/chromecast.gyp View 1 2 3 4 5 6 2 chunks +6 lines, -4 lines 0 comments Download
M chromecast/chromecast_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +17 lines, -0 lines 0 comments Download
M chromecast/media/BUILD.gn View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M chromecast/media/audio/BUILD.gn View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M chromecast/media/audio/cast_audio_output_stream.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/media/audio/cast_audio_output_stream.cc View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +99 lines, -82 lines 0 comments Download
M chromecast/media/audio/cast_audio_output_stream_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 17 chunks +148 lines, -155 lines 0 comments Download
M chromecast/media/base/cast_media_default.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chromecast/media/cma/backend/BUILD.gn View 1 chunk +0 lines, -14 lines 0 comments Download
D chromecast/media/cma/backend/audio_pipeline_device_default.h View 1 chunk +0 lines, -55 lines 0 comments Download
D chromecast/media/cma/backend/audio_pipeline_device_default.cc View 1 chunk +0 lines, -82 lines 0 comments Download
M chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc View 1 2 3 4 5 6 7 8 9 12 chunks +177 lines, -86 lines 0 comments Download
D chromecast/media/cma/backend/media_clock_device_default.h View 1 chunk +0 lines, -45 lines 0 comments Download
D chromecast/media/cma/backend/media_clock_device_default.cc View 1 chunk +0 lines, -114 lines 0 comments Download
D chromecast/media/cma/backend/media_component_device_default.h View 1 chunk +0 lines, -91 lines 0 comments Download
D chromecast/media/cma/backend/media_component_device_default.cc View 1 chunk +0 lines, -241 lines 0 comments Download
M chromecast/media/cma/backend/media_pipeline_backend_default.h View 1 3 chunks +26 lines, -13 lines 0 comments Download
M chromecast/media/cma/backend/media_pipeline_backend_default.cc View 1 2 1 chunk +129 lines, -19 lines 0 comments Download
D chromecast/media/cma/backend/video_pipeline_device_default.h View 1 chunk +0 lines, -55 lines 0 comments Download
D chromecast/media/cma/backend/video_pipeline_device_default.cc View 1 chunk +0 lines, -82 lines 0 comments Download
M chromecast/media/cma/base/cast_decoder_buffer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/media/cma/base/cast_decoder_buffer_impl.cc View 1 chunk +5 lines, -0 lines 0 comments Download
D chromecast/media/cma/filters/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -26 lines 0 comments Download
M chromecast/media/cma/filters/cma_renderer.h View 1 2 3 4 5 6 1 chunk +0 lines, -159 lines 0 comments Download
M chromecast/media/cma/filters/cma_renderer.cc View 1 2 3 4 5 6 1 chunk +0 lines, -486 lines 0 comments Download
D chromecast/media/cma/filters/demuxer_stream_adapter.h View 1 2 3 4 5 6 1 chunk +0 lines, -93 lines 0 comments Download
D chromecast/media/cma/filters/demuxer_stream_adapter.cc View 1 2 3 4 5 6 1 chunk +0 lines, -176 lines 0 comments Download
D chromecast/media/cma/filters/demuxer_stream_adapter_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -215 lines 0 comments Download
D chromecast/media/cma/filters/hole_frame_factory.h View 1 2 3 4 5 6 1 chunk +0 lines, -49 lines 0 comments Download
D chromecast/media/cma/filters/hole_frame_factory.cc View 1 2 3 4 5 6 1 chunk +0 lines, -72 lines 0 comments Download
D chromecast/media/cma/filters/multi_demuxer_stream_adapter_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -163 lines 0 comments Download
M chromecast/media/cma/pipeline/BUILD.gn View 1 2 chunks +0 lines, -11 lines 0 comments Download
M chromecast/media/cma/pipeline/audio_pipeline.h View 1 1 chunk +0 lines, -34 lines 0 comments Download
D chromecast/media/cma/pipeline/audio_pipeline.cc View 1 1 chunk +0 lines, -17 lines 0 comments Download
M chromecast/media/cma/pipeline/audio_pipeline_impl.h View 1 4 chunks +11 lines, -10 lines 0 comments Download
M chromecast/media/cma/pipeline/audio_pipeline_impl.cc View 1 2 3 4 10 chunks +34 lines, -25 lines 0 comments Download
M chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc View 1 5 chunks +29 lines, -29 lines 0 comments Download
M chromecast/media/cma/pipeline/av_pipeline_impl.h View 1 2 3 4 5 6 7 8 9 7 chunks +13 lines, -24 lines 0 comments Download
M chromecast/media/cma/pipeline/av_pipeline_impl.cc View 1 2 3 4 5 6 7 8 9 10 chunks +22 lines, -82 lines 0 comments Download
D chromecast/media/cma/pipeline/frame_status_cb_impl.h View 1 chunk +0 lines, -38 lines 0 comments Download
D chromecast/media/cma/pipeline/frame_status_cb_impl.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D chromecast/media/cma/pipeline/media_component_device_client_impl.h View 1 chunk +0 lines, -37 lines 0 comments Download
D chromecast/media/cma/pipeline/media_component_device_client_impl.cc View 1 chunk +0 lines, -31 lines 0 comments Download
M chromecast/media/cma/pipeline/media_pipeline.h View 1 1 chunk +0 lines, -71 lines 0 comments Download
M chromecast/media/cma/pipeline/media_pipeline_client.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/pipeline/media_pipeline_impl.h View 1 3 chunks +39 lines, -28 lines 0 comments Download
M chromecast/media/cma/pipeline/media_pipeline_impl.cc View 1 11 chunks +103 lines, -64 lines 0 comments Download
M chromecast/media/cma/pipeline/video_pipeline.h View 1 1 chunk +0 lines, -28 lines 0 comments Download
D chromecast/media/cma/pipeline/video_pipeline.cc View 1 1 chunk +0 lines, -17 lines 0 comments Download
D chromecast/media/cma/pipeline/video_pipeline_device_client_impl.h View 1 chunk +0 lines, -39 lines 0 comments Download
D chromecast/media/cma/pipeline/video_pipeline_device_client_impl.cc View 1 chunk +0 lines, -33 lines 0 comments Download
M chromecast/media/cma/pipeline/video_pipeline_impl.h View 1 4 chunks +10 lines, -11 lines 0 comments Download
M chromecast/media/cma/pipeline/video_pipeline_impl.cc View 1 2 3 4 11 chunks +31 lines, -22 lines 0 comments Download
M chromecast/media/cma/test/cma_end_to_end_test.cc View 1 2 1 chunk +0 lines, -106 lines 0 comments Download
D chromecast/media/cma/test/demuxer_stream_for_test.h View 1 2 3 4 5 6 1 chunk +0 lines, -74 lines 0 comments Download
D chromecast/media/cma/test/demuxer_stream_for_test.cc View 1 2 3 4 5 6 1 chunk +0 lines, -90 lines 0 comments Download
D chromecast/media/cma/test/media_component_device_feeder_for_test.h View 1 chunk +0 lines, -68 lines 0 comments Download
D chromecast/media/cma/test/media_component_device_feeder_for_test.cc View 1 chunk +0 lines, -130 lines 0 comments Download
M chromecast/media/media.gyp View 1 2 3 4 5 6 7 8 9 4 chunks +0 lines, -44 lines 0 comments Download
M chromecast/public/cast_media_shlib.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chromecast/public/media/BUILD.gn View 1 chunk +0 lines, -4 lines 0 comments Download
D chromecast/public/media/audio_pipeline_device.h View 1 chunk +0 lines, -35 lines 0 comments Download
D chromecast/public/media/media_clock_device.h View 1 chunk +0 lines, -63 lines 0 comments Download
D chromecast/public/media/media_component_device.h View 1 chunk +0 lines, -142 lines 0 comments Download
M chromecast/public/media/media_pipeline_backend.h View 1 2 3 4 5 6 1 chunk +177 lines, -17 lines 0 comments Download
M chromecast/public/media/media_pipeline_device_params.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
D chromecast/public/media/video_pipeline_device.h View 1 chunk +0 lines, -50 lines 0 comments Download
M chromecast/renderer/media/BUILD.gn View 1 2 3 4 5 6 3 chunks +29 lines, -0 lines 0 comments Download
A + chromecast/renderer/media/DEPS View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
M chromecast/renderer/media/audio_pipeline_proxy.h View 1 2 4 chunks +6 lines, -8 lines 0 comments Download
M chromecast/renderer/media/audio_pipeline_proxy.cc View 1 3 chunks +4 lines, -6 lines 0 comments Download
M chromecast/renderer/media/chromecast_media_renderer_factory.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chromecast/renderer/media/chromecast_media_renderer_factory.cc View 1 2 3 4 5 6 3 chunks +14 lines, -14 lines 0 comments Download
A + chromecast/renderer/media/cma_renderer.h View 1 2 3 4 5 6 7 8 9 5 chunks +18 lines, -19 lines 0 comments Download
A + chromecast/renderer/media/cma_renderer.cc View 1 2 3 4 5 6 12 chunks +27 lines, -30 lines 0 comments Download
A + chromecast/renderer/media/demuxer_stream_adapter.h View 1 2 3 4 5 6 7 8 9 4 chunks +5 lines, -5 lines 0 comments Download
A + chromecast/renderer/media/demuxer_stream_adapter.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + chromecast/renderer/media/demuxer_stream_adapter_unittest.cc View 1 2 3 4 5 6 6 chunks +16 lines, -19 lines 0 comments Download
A + chromecast/renderer/media/demuxer_stream_for_test.h View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -4 lines 0 comments Download
A + chromecast/renderer/media/demuxer_stream_for_test.cc View 1 2 3 4 5 6 3 chunks +14 lines, -7 lines 0 comments Download
A + chromecast/renderer/media/hole_frame_factory.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
A + chromecast/renderer/media/hole_frame_factory.cc View 1 2 3 4 5 6 2 chunks +4 lines, -7 lines 0 comments Download
M chromecast/renderer/media/media_pipeline_proxy.h View 1 2 2 chunks +20 lines, -21 lines 0 comments Download
M chromecast/renderer/media/media_pipeline_proxy.cc View 1 2 3 chunks +4 lines, -6 lines 0 comments Download
A + chromecast/renderer/media/multi_demuxer_stream_adapter_unittest.cc View 1 2 3 4 5 6 4 chunks +14 lines, -10 lines 0 comments Download
M chromecast/renderer/media/video_pipeline_proxy.h View 1 2 3 chunks +5 lines, -7 lines 0 comments Download
M chromecast/renderer/media/video_pipeline_proxy.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 57 (17 generated)
kmackay
5 years, 2 months ago (2015-10-06 04:25:00 UTC) #2
halliwell
On 2015/10/06 04:25:00, kmackay wrote: Context on cma_end_to_end_test in case you're working on that and ...
5 years, 2 months ago (2015-10-06 05:01:44 UTC) #3
slan
Okay, I did a pretty coarse pass to try to understand things at a high ...
5 years, 2 months ago (2015-10-06 19:34:01 UTC) #4
kmackay
https://codereview.chromium.org/1372393007/diff/1/chromecast/browser/media/cma_message_filter_host.h File chromecast/browser/media/cma_message_filter_host.h (right): https://codereview.chromium.org/1372393007/diff/1/chromecast/browser/media/cma_message_filter_host.h#newcode117 chromecast/browser/media/cma_message_filter_host.h:117: // Factory function for media pipeline backend On 2015/10/06 ...
5 years, 2 months ago (2015-10-06 21:44:55 UTC) #5
slan
Thanks for the clarification. https://codereview.chromium.org/1372393007/diff/1/chromecast/media/audio/cast_audio_output_stream.cc File chromecast/media/audio/cast_audio_output_stream.cc (right): https://codereview.chromium.org/1372393007/diff/1/chromecast/media/audio/cast_audio_output_stream.cc#newcode81 chromecast/media/audio/cast_audio_output_stream.cc:81: backend_ = audio_manager->CreateMediaPipelineBackend(); On 2015/10/06 ...
5 years, 2 months ago (2015-10-06 22:15:06 UTC) #6
slan
This sweep regards reducing the renderer-side complexity https://codereview.chromium.org/1372393007/diff/20001/chromecast/browser/media/cma_media_pipeline_client.h File chromecast/browser/media/cma_media_pipeline_client.h (right): https://codereview.chromium.org/1372393007/diff/20001/chromecast/browser/media/cma_media_pipeline_client.h#newcode31 chromecast/browser/media/cma_media_pipeline_client.h:31: // cast::CastResource ...
5 years, 2 months ago (2015-10-07 02:06:47 UTC) #7
kmackay
https://codereview.chromium.org/1372393007/diff/1/chromecast/media/cma/backend/media_pipeline_backend_default.cc File chromecast/media/cma/backend/media_pipeline_backend_default.cc (right): https://codereview.chromium.org/1372393007/diff/1/chromecast/media/cma/backend/media_pipeline_backend_default.cc#newcode146 chromecast/media/cma/backend/media_pipeline_backend_default.cc:146: DCHECK(rate != 0); On 2015/10/06 22:15:05, slan wrote: > ...
5 years, 2 months ago (2015-10-07 16:37:58 UTC) #8
slan
Please see this comment first: https://codereview.chromium.org/1372393007/diff/60001/chromecast/media/cma/pipeline/audio_pipeline_impl.h#newcode29 Then address all other comments. https://codereview.chromium.org/1372393007/diff/40001/chromecast/media/cma/pipeline/audio_pipeline_impl.h File chromecast/media/cma/pipeline/audio_pipeline_impl.h (right): ...
5 years, 2 months ago (2015-10-07 20:56:17 UTC) #9
erickung1
https://codereview.chromium.org/1372393007/diff/60001/chromecast/public/media/media_pipeline_backend.h File chromecast/public/media/media_pipeline_backend.h (right): https://codereview.chromium.org/1372393007/diff/60001/chromecast/public/media/media_pipeline_backend.h#newcode11 chromecast/public/media/media_pipeline_backend.h:11: struct Size; nit: a blank line between #10 and ...
5 years, 2 months ago (2015-10-09 17:53:29 UTC) #10
erickung1
https://codereview.chromium.org/1372393007/diff/60001/chromecast/media/cma/pipeline/audio_pipeline_impl.h File chromecast/media/cma/pipeline/audio_pipeline_impl.h (right): https://codereview.chromium.org/1372393007/diff/60001/chromecast/media/cma/pipeline/audio_pipeline_impl.h#newcode29 chromecast/media/cma/pipeline/audio_pipeline_impl.h:29: class AudioPipelineImpl { On 2015/10/07 20:56:16, slan wrote: > ...
5 years, 2 months ago (2015-10-09 18:00:14 UTC) #11
kmackay
https://codereview.chromium.org/1372393007/diff/40001/chromecast/media/cma/pipeline/audio_pipeline_impl.h File chromecast/media/cma/pipeline/audio_pipeline_impl.h (right): https://codereview.chromium.org/1372393007/diff/40001/chromecast/media/cma/pipeline/audio_pipeline_impl.h#newcode29 chromecast/media/cma/pipeline/audio_pipeline_impl.h:29: class AudioPipelineImpl { On 2015/10/07 20:56:16, slan wrote: > ...
5 years, 2 months ago (2015-10-09 20:35:40 UTC) #12
gunsch
not lgtm High-level drive-by: breaking the common browser/renderer interfaces makes me pretty sad. There are ...
5 years, 2 months ago (2015-10-12 16:05:13 UTC) #14
gunsch
https://codereview.chromium.org/1372393007/diff/100001/chromecast/media/cma/test/DEPS File chromecast/media/cma/test/DEPS (right): https://codereview.chromium.org/1372393007/diff/100001/chromecast/media/cma/test/DEPS#newcode2 chromecast/media/cma/test/DEPS:2: "+chromecast/renderer/media", also no chromecast/media/ should never depend on content ...
5 years, 2 months ago (2015-10-12 16:06:38 UTC) #15
kmackay
On 2015/10/12 16:05:13, gunsch wrote: > not lgtm > > High-level drive-by: breaking the common ...
5 years, 2 months ago (2015-10-13 18:21:05 UTC) #16
gunsch
Thanks for clearing up the DEPS. You should update the description of this CL. (add ...
5 years, 2 months ago (2015-10-13 23:26:39 UTC) #17
halliwell
On 2015/10/13 23:26:39, gunsch wrote: > Thanks for clearing up the DEPS. > > You ...
5 years, 2 months ago (2015-10-14 15:02:13 UTC) #18
halliwell
https://codereview.chromium.org/1372393007/diff/160001/chromecast/media/audio/cast_audio_output_stream.cc File chromecast/media/audio/cast_audio_output_stream.cc (right): https://codereview.chromium.org/1372393007/diff/160001/chromecast/media/audio/cast_audio_output_stream.cc#newcode136 chromecast/media/audio/cast_audio_output_stream.cc:136: backend_buffer_.reset(new CastDecoderBufferImpl(decoder_buffer)); This would be slightly cleaner if we ...
5 years, 2 months ago (2015-10-14 15:02:37 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1372393007/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1372393007/160001
5 years, 2 months ago (2015-10-14 15:16:22 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/65991)
5 years, 2 months ago (2015-10-14 15:24:51 UTC) #23
gunsch
Note: cma_end_to_end_test was written as a regression test for b/19868692. It tests an actual failure ...
5 years, 2 months ago (2015-10-14 16:48:43 UTC) #24
kmackay
https://codereview.chromium.org/1372393007/diff/160001/chromecast/media/audio/cast_audio_output_stream.cc File chromecast/media/audio/cast_audio_output_stream.cc (right): https://codereview.chromium.org/1372393007/diff/160001/chromecast/media/audio/cast_audio_output_stream.cc#newcode136 chromecast/media/audio/cast_audio_output_stream.cc:136: backend_buffer_.reset(new CastDecoderBufferImpl(decoder_buffer)); On 2015/10/14 15:02:37, halliwell wrote: > This ...
5 years, 2 months ago (2015-10-14 21:27:26 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1372393007/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1372393007/180001
5 years, 2 months ago (2015-10-14 21:28:45 UTC) #27
commit-bot: I haz the power
Dry run: A disapproval has been posted by following reviewers: gunsch@chromium.org. Please make sure to ...
5 years, 2 months ago (2015-10-14 21:28:47 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1372393007/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1372393007/180001
5 years, 2 months ago (2015-10-14 21:33:18 UTC) #31
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/66217) chromium_presubmit on ...
5 years, 2 months ago (2015-10-14 21:57:03 UTC) #33
kmackay
5 years, 2 months ago (2015-10-14 22:27:30 UTC) #35
halliwell
On 2015/10/14 22:27:30, kmackay wrote: @sievers: we're moving some Chromecast code to a different dir ...
5 years, 2 months ago (2015-10-14 22:31:43 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1372393007/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1372393007/200001
5 years, 2 months ago (2015-10-14 22:41:31 UTC) #38
gunsch
reluctant lgtm
5 years, 2 months ago (2015-10-14 22:41:32 UTC) #39
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/66273) chromium_presubmit on ...
5 years, 2 months ago (2015-10-14 22:57:03 UTC) #41
alokp
https://codereview.chromium.org/1372393007/diff/160001/chromecast/media/audio/cast_audio_output_stream.cc File chromecast/media/audio/cast_audio_output_stream.cc (right): https://codereview.chromium.org/1372393007/diff/160001/chromecast/media/audio/cast_audio_output_stream.cc#newcode112 chromecast/media/audio/cast_audio_output_stream.cc:112: backend_->Resume(); Is it legal to call Start on a ...
5 years, 2 months ago (2015-10-14 23:16:53 UTC) #42
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1372393007/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1372393007/200001
5 years, 2 months ago (2015-10-14 23:50:01 UTC) #44
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/109527)
5 years, 2 months ago (2015-10-15 00:01:31 UTC) #46
kmackay
https://codereview.chromium.org/1372393007/diff/160001/chromecast/media/audio/cast_audio_output_stream.cc File chromecast/media/audio/cast_audio_output_stream.cc (right): https://codereview.chromium.org/1372393007/diff/160001/chromecast/media/audio/cast_audio_output_stream.cc#newcode112 chromecast/media/audio/cast_audio_output_stream.cc:112: backend_->Resume(); On 2015/10/14 23:16:52, Alok Priyadarshi wrote: > Is ...
5 years, 2 months ago (2015-10-15 00:35:54 UTC) #47
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1372393007/170094 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1372393007/170094
5 years, 2 months ago (2015-10-15 00:37:32 UTC) #49
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/109563)
5 years, 2 months ago (2015-10-15 00:49:25 UTC) #51
no sievers
chromecast/renderer/media/DEPS lgtm
5 years, 2 months ago (2015-10-15 17:27:40 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1372393007/170094 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1372393007/170094
5 years, 2 months ago (2015-10-15 18:05:04 UTC) #55
commit-bot: I haz the power
Committed patchset #12 (id:170094)
5 years, 2 months ago (2015-10-15 18:11:59 UTC) #56
commit-bot: I haz the power
5 years, 2 months ago (2015-10-15 18:12:55 UTC) #57
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/13e7a879298533b9fb111495c8d7dd1b954aae03
Cr-Commit-Position: refs/heads/master@{#354307}

Powered by Google App Engine
This is Rietveld 408576698