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

Issue 511323003: media: Remove FilterCollection. (Closed)

Created:
6 years, 3 months ago by xhwang
Modified:
6 years, 3 months ago
CC:
chromium-reviews, creis+watch_chromium.org, posciak+watch_chromium.org, nasko+codewatch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

media: Remove FilterCollection. Now we pass Demuxer and Renderer directly into Pipeline, and create TextRenderer directly in Pipeline. As a result, we don't need FilterCollection anymore. BUG=408602 TEST=All existing tests pass. Committed: https://crrev.com/5980590f8c9a20b07192d9f36d33053b1b3ff8c8 Cr-Commit-Position: refs/heads/master@{#292542}

Patch Set 1 #

Patch Set 2 : rebase & fix player_x11 #

Total comments: 11

Patch Set 3 : fix shell_main_delegate.cc #

Patch Set 4 : comments addressed #

Patch Set 5 : fix include #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -296 lines) Patch
M content/public/common/content_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/renderer/media/webmediaplayer_impl.cc View 1 2 3 4 5 5 chunks +4 lines, -21 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/shell/app/shell_main_delegate.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M media/base/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
D media/base/filter_collection.h View 1 chunk +0 lines, -46 lines 0 comments Download
D media/base/filter_collection.cc View 1 chunk +0 lines, -41 lines 0 comments Download
M media/base/media_switches.h View 1 chunk +2 lines, -0 lines 0 comments Download
M media/base/media_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M media/base/mock_filters.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/base/pipeline.h View 1 2 3 8 chunks +17 lines, -12 lines 0 comments Download
M media/base/pipeline.cc View 1 2 3 4 5 11 chunks +64 lines, -41 lines 0 comments Download
M media/base/pipeline_unittest.cc View 1 2 3 25 chunks +42 lines, -76 lines 0 comments Download
M media/base/run_all_unittests.cc View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 2 3 5 chunks +13 lines, -6 lines 0 comments Download
M media/filters/pipeline_integration_test_base.h View 1 2 3 4 4 chunks +11 lines, -5 lines 0 comments Download
M media/filters/pipeline_integration_test_base.cc View 4 7 chunks +22 lines, -25 lines 0 comments Download
M media/filters/renderer_impl.h View 2 chunks +0 lines, -2 lines 0 comments Download
M media/filters/renderer_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/media.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M media/tools/player_x11/player_x11.cc View 1 5 chunks +11 lines, -10 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
xhwang
xhwang@chromium.org changed reviewers: + scherkus@chromium.org
6 years, 3 months ago (2014-08-28 18:38:00 UTC) #1
xhwang
PTAL
6 years, 3 months ago (2014-08-28 18:38:00 UTC) #2
scherkus (not reviewing)
nice cleanup! https://codereview.chromium.org/511323003/diff/20001/media/base/pipeline.cc File media/base/pipeline.cc (right): https://codereview.chromium.org/511323003/diff/20001/media/base/pipeline.cc#newcode343 media/base/pipeline.cc:343: // Report meta data the first time ...
6 years, 3 months ago (2014-08-28 18:48:22 UTC) #3
xhwang
comments addressed
6 years, 3 months ago (2014-08-28 19:51:51 UTC) #4
xhwang
PTAL again https://codereview.chromium.org/511323003/diff/20001/media/base/pipeline.cc File media/base/pipeline.cc (right): https://codereview.chromium.org/511323003/diff/20001/media/base/pipeline.cc#newcode343 media/base/pipeline.cc:343: // Report meta data the first time ...
6 years, 3 months ago (2014-08-28 19:52:05 UTC) #5
scherkus (not reviewing)
lgtm https://codereview.chromium.org/511323003/diff/20001/media/base/pipeline_unittest.cc File media/base/pipeline_unittest.cc (right): https://codereview.chromium.org/511323003/diff/20001/media/base/pipeline_unittest.cc#newcode132 media/base/pipeline_unittest.cc:132: base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); On 2014/08/28 19:52:05, xhwang ...
6 years, 3 months ago (2014-08-28 19:57:18 UTC) #6
xhwang
xhwang@chromium.org changed reviewers: + jam@chromium.org
6 years, 3 months ago (2014-08-28 20:24:05 UTC) #7
xhwang
jam@: Could you please OWNERS review changes in content/ (except for content/renderer/media/)? It's mostly about ...
6 years, 3 months ago (2014-08-28 20:24:05 UTC) #8
jam
lgtm
6 years, 3 months ago (2014-08-28 23:42:22 UTC) #9
xhwang
The CQ bit was checked by xhwang@chromium.org
6 years, 3 months ago (2014-08-29 00:15:08 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/511323003/100001
6 years, 3 months ago (2014-08-29 00:16:24 UTC) #11
commit-bot: I haz the power
Committed patchset #6 (id:100001) as 3edd5c5a6141d88eefd495cea107a4d15f237582
6 years, 3 months ago (2014-08-29 01:44:22 UTC) #12
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:05:04 UTC) #13
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/5980590f8c9a20b07192d9f36d33053b1b3ff8c8
Cr-Commit-Position: refs/heads/master@{#292542}

Powered by Google App Engine
This is Rietveld 408576698