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

Issue 941633004: Moved renderer implementation from media/filters/ to media/renderers/ (Closed)

Created:
5 years, 10 months ago by servolk
Modified:
5 years, 10 months ago
CC:
Aaron Boodman, abarth-chromium, avayvod+watch_chromium.org, ben+mojo_chromium.org, cc-bugs_chromium.org, chromium-reviews, creis+watch_chromium.org, danakj+watch_chromium.org, darin (slow to review), darin-cc_chromium.org, feature-media-reviews_chromium.org, hclam+watch_chromium.org, hguihot+watch_chromium.org, hubbe+watch_chromium.org, imcheng+watch_chromium.org, jam, jasonroberts+watch_google.com, jbauman+watch_chromium.org, kalyank, mcasas+watch_chromium.org, mikhal+watch_chromium.org, miu+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, nona+watch_chromium.org, penghuang+watch_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, pwestin+watch_google.com, qsr+mojo_chromium.org, sievers+watch_chromium.org, James Su, viettrungluu+watch_chromium.org, wjia+watch_chromium.org, yukishiino+watch_chromium.org, yusukes+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Moved renderer implementation from media/filters/ to media/renderers/ Per dalecurtis@ suggestion on https://codereview.chromium.org/883353012/ BUG=457959 Committed: https://crrev.com/f54f5c8f20c5e7ea09514a1deb2f67650b1a6240 Cr-Commit-Position: refs/heads/master@{#317876}

Patch Set 1 #

Total comments: 1

Patch Set 2 : MEDIA_FILTERS -> MEDIA_RENDERER in header guards #

Patch Set 3 : Moved renderer implementation from media/filters/ to media/renderers/ #

Total comments: 1

Patch Set 4 : Moved audio_renderer_algorithm back to media/filters/ #

Total comments: 1

Patch Set 5 : Fixed alphabetical file order in media.gyp #

Patch Set 6 : Rebased to ToT (conflicts) #

Patch Set 7 : Updated #includes #

Patch Set 8 : One more #include update #

Patch Set 9 : Updated include in webmediaplayer_factory #

Patch Set 10 : Fixed android build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -5610 lines) Patch
M cc/resources/video_resource_updater.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_browsertest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webmediaplayer_ms.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/video_decoder_shim.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M media/BUILD.gn View 1 2 3 4 5 9 chunks +14 lines, -14 lines 0 comments Download
A + media/blink/skcanvas_video_renderer.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + media/blink/skcanvas_video_renderer.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + media/blink/skcanvas_video_renderer_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M media/blink/webmediaplayer_impl.h View 1 2 6 7 1 chunk +1 line, -1 line 0 comments Download
D media/filters/audio_renderer_impl.h View 1 chunk +0 lines, -274 lines 0 comments Download
D media/filters/audio_renderer_impl.cc View 1 chunk +0 lines, -747 lines 0 comments Download
D media/filters/audio_renderer_impl_unittest.cc View 1 chunk +0 lines, -747 lines 0 comments Download
D media/filters/default_renderer_factory.h View 1 chunk +0 lines, -45 lines 0 comments Download
D media/filters/default_renderer_factory.cc View 1 chunk +0 lines, -94 lines 0 comments Download
D media/filters/renderer_impl.h View 1 chunk +0 lines, -180 lines 0 comments Download
D media/filters/renderer_impl.cc View 1 chunk +0 lines, -576 lines 0 comments Download
D media/filters/renderer_impl_unittest.cc View 1 chunk +0 lines, -445 lines 0 comments Download
D media/filters/skcanvas_video_renderer.h View 1 chunk +0 lines, -98 lines 0 comments Download
D media/filters/skcanvas_video_renderer.cc View 1 2 3 4 5 1 chunk +0 lines, -651 lines 0 comments Download
D media/filters/skcanvas_video_renderer_unittest.cc View 1 chunk +0 lines, -508 lines 0 comments Download
D media/filters/video_renderer_impl.h View 1 chunk +0 lines, -215 lines 0 comments Download
D media/filters/video_renderer_impl.cc View 1 chunk +0 lines, -452 lines 0 comments Download
D media/filters/video_renderer_impl_unittest.cc View 1 chunk +0 lines, -502 lines 0 comments Download
M media/media.gyp View 1 2 3 4 5 6 7 8 9 11 chunks +16 lines, -16 lines 0 comments Download
M media/mojo/services/mojo_renderer_service.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + media/renderers/audio_renderer_impl.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + media/renderers/audio_renderer_impl.cc View 6 1 chunk +1 line, -1 line 0 comments Download
A + media/renderers/audio_renderer_impl_unittest.cc View 6 1 chunk +1 line, -1 line 0 comments Download
A + media/renderers/default_renderer_factory.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + media/renderers/default_renderer_factory.cc View 6 2 chunks +4 lines, -4 lines 0 comments Download
A + media/renderers/renderer_impl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + media/renderers/renderer_impl.cc View 6 1 chunk +1 line, -1 line 0 comments Download
A + media/renderers/renderer_impl_unittest.cc View 6 1 chunk +1 line, -1 line 0 comments Download
A + media/renderers/video_renderer_impl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + media/renderers/video_renderer_impl.cc View 6 1 chunk +1 line, -1 line 0 comments Download
A + media/renderers/video_renderer_impl_unittest.cc View 6 1 chunk +1 line, -1 line 0 comments Download
M media/test/pipeline_integration_test.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M media/test/pipeline_integration_test_base.h View 1 chunk +1 line, -1 line 0 comments Download
M media/test/pipeline_integration_test_base.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/tools/player_x11/player_x11.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/html_viewer/webmediaplayer_factory.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 39 (12 generated)
servolk
5 years, 10 months ago (2015-02-19 23:24:42 UTC) #2
DaleCurtis
I know scherkus@ has opinions in this area so I'll let him chime in, but ...
5 years, 10 months ago (2015-02-19 23:32:12 UTC) #3
gunsch
https://codereview.chromium.org/941633004/diff/1/media/renderers/renderer_impl.h File media/renderers/renderer_impl.h (right): https://codereview.chromium.org/941633004/diff/1/media/renderers/renderer_impl.h#newcode5 media/renderers/renderer_impl.h:5: #ifndef MEDIA_FILTERS_RENDERER_IMPL_H_ here and elsewhere: MEDIA_FILTERS --> MEDIA_RENDERERS
5 years, 10 months ago (2015-02-19 23:44:15 UTC) #4
servolk
On 2015/02/19 23:44:15, gunsch wrote: > https://codereview.chromium.org/941633004/diff/1/media/renderers/renderer_impl.h > File media/renderers/renderer_impl.h (right): > > https://codereview.chromium.org/941633004/diff/1/media/renderers/renderer_impl.h#newcode5 > ...
5 years, 10 months ago (2015-02-19 23:48:16 UTC) #5
scherkus (not reviewing)
overall this is a good thing and thank you for tackling this! the one class ...
5 years, 10 months ago (2015-02-20 17:54:12 UTC) #7
piman
On 2015/02/20 17:54:12, scherkus wrote: > overall this is a good thing and thank you ...
5 years, 10 months ago (2015-02-20 18:15:46 UTC) #8
scherkus (not reviewing)
On 2015/02/20 18:15:46, piman (Very slow to review) wrote: > On 2015/02/20 17:54:12, scherkus wrote: ...
5 years, 10 months ago (2015-02-20 18:16:58 UTC) #9
servolk
On 2015/02/20 18:16:58, scherkus wrote: > On 2015/02/20 18:15:46, piman (Very slow to review) wrote: ...
5 years, 10 months ago (2015-02-23 18:05:08 UTC) #10
scherkus (not reviewing)
Either works for me. media/blink/ is slightly better I suppose. On Feb 23, 2015 10:05 ...
5 years, 10 months ago (2015-02-23 18:08:40 UTC) #11
servolk
On 2015/02/23 18:08:40, scherkus wrote: > Either works for me. media/blink/ is slightly better I ...
5 years, 10 months ago (2015-02-23 19:35:05 UTC) #12
DaleCurtis
everything else lgtm https://codereview.chromium.org/941633004/diff/40001/media/renderers/audio_renderer_algorithm.h File media/renderers/audio_renderer_algorithm.h (right): https://codereview.chromium.org/941633004/diff/40001/media/renderers/audio_renderer_algorithm.h#newcode21 media/renderers/audio_renderer_algorithm.h:21: #ifndef MEDIA_RENDERERS_AUDIO_RENDERER_ALGORITHM_H_ Hmm, this is an ...
5 years, 10 months ago (2015-02-23 19:46:47 UTC) #13
servolk
On 2015/02/23 19:46:47, DaleCurtis wrote: > everything else lgtm > > https://codereview.chromium.org/941633004/diff/40001/media/renderers/audio_renderer_algorithm.h > File media/renderers/audio_renderer_algorithm.h ...
5 years, 10 months ago (2015-02-23 19:57:47 UTC) #14
bbudge
pepper LGTM
5 years, 10 months ago (2015-02-23 21:30:39 UTC) #15
scherkus (not reviewing)
lgtm On Feb 23, 2015 1:30 PM, <bbudge@chromium.org> wrote: > pepper LGTM > > https://codereview.chromium.org/941633004/ ...
5 years, 10 months ago (2015-02-24 00:00:11 UTC) #16
wolenetz
lgtm % tiny nit: https://codereview.chromium.org/941633004/diff/60001/media/media.gyp File media/media.gyp (right): https://codereview.chromium.org/941633004/diff/60001/media/media.gyp#newcode1214 media/media.gyp:1214: 'filters/audio_renderer_algorithm_unittest.cc', nit: this is misplaced ...
5 years, 10 months ago (2015-02-24 00:04:14 UTC) #17
servolk
On 2015/02/24 00:04:14, wolenetz wrote: > lgtm % tiny nit: > > https://codereview.chromium.org/941633004/diff/60001/media/media.gyp > File ...
5 years, 10 months ago (2015-02-24 00:13:11 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/941633004/80001
5 years, 10 months ago (2015-02-24 00:35:17 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/61343)
5 years, 10 months ago (2015-02-24 00:42:49 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/941633004/180001
5 years, 10 months ago (2015-02-24 03:37:51 UTC) #27
servolk
On 2015/02/24 03:37:51, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
5 years, 10 months ago (2015-02-24 03:46:43 UTC) #30
commit-bot: I haz the power
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/44973)
5 years, 10 months ago (2015-02-24 03:56:03 UTC) #32
jochen (gone - plz use gerrit)
content lgtm please update the CL description (you're moving the files to media/blink not media/renderer)
5 years, 10 months ago (2015-02-24 10:25:30 UTC) #33
servolk
On 2015/02/24 10:25:30, jochen (slow) wrote: > content lgtm > > please update the CL ...
5 years, 10 months ago (2015-02-24 17:49:41 UTC) #34
jamesr
cc/ and mojo/ lgtm
5 years, 10 months ago (2015-02-24 20:25:57 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/941633004/180001
5 years, 10 months ago (2015-02-24 20:27:41 UTC) #37
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 10 months ago (2015-02-24 20:32:49 UTC) #38
commit-bot: I haz the power
5 years, 10 months ago (2015-02-24 20:33:35 UTC) #39
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/f54f5c8f20c5e7ea09514a1deb2f67650b1a6240
Cr-Commit-Position: refs/heads/master@{#317876}

Powered by Google App Engine
This is Rietveld 408576698