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

Issue 10796074: Move VideoRenderer out of Filter heirarchy. (Closed)

Created:
8 years, 5 months ago by scherkus (not reviewing)
Modified:
8 years, 5 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Move VideoRenderer out of Filter heirarchy. As a result the following classes no longer exist: Filter, FilterHost, CompositeFilter. I guess you could say we no longer have filters! BUG=108342, 126069 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147834

Patch Set 1 #

Total comments: 12

Patch Set 2 : address comments #

Patch Set 3 : rebase #

Patch Set 4 : GetMediaTime #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -1919 lines) Patch
M content/renderer/media/rtc_video_decoder_unittest.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M media/base/audio_renderer.h View 2 chunks +6 lines, -2 lines 0 comments Download
A + media/base/audio_renderer.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M media/base/clock.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D media/base/composite_filter.h View 1 chunk +0 lines, -151 lines 0 comments Download
D media/base/composite_filter.cc View 1 chunk +0 lines, -471 lines 0 comments Download
D media/base/composite_filter_unittest.cc View 1 chunk +0 lines, -794 lines 0 comments Download
M media/base/filter_collection.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
D media/base/filter_host.h View 1 chunk +0 lines, -52 lines 0 comments Download
D media/base/filters.h View 1 chunk +0 lines, -80 lines 0 comments Download
D media/base/filters.cc View 1 chunk +0 lines, -13 lines 0 comments Download
D media/base/mock_filter_host.h View 1 chunk +0 lines, -39 lines 0 comments Download
D media/base/mock_filter_host.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M media/base/mock_filters.h View 1 3 chunks +12 lines, -42 lines 0 comments Download
M media/base/mock_filters.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M media/base/pipeline.h View 1 2 3 11 chunks +20 lines, -27 lines 0 comments Download
M media/base/pipeline.cc View 1 2 3 19 chunks +35 lines, -66 lines 0 comments Download
M media/base/pipeline_unittest.cc View 1 2 3 13 chunks +21 lines, -31 lines 0 comments Download
M media/base/video_frame_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/base/video_renderer.h View 1 1 chunk +71 lines, -9 lines 0 comments Download
A + media/base/video_renderer.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M media/filters/audio_file_reader.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/audio_renderer_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/audio_renderer_impl_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M media/filters/ffmpeg_glue.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/ffmpeg_h264_to_annex_b_bitstream_converter.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/file_data_source.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M media/filters/file_data_source_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/gpu_video_decoder.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/h264_to_annex_b_bitstream_converter_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 2 3 3 chunks +4 lines, -5 lines 0 comments Download
M media/filters/pipeline_integration_test_base.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/filters/video_renderer_base.h View 1 3 chunks +19 lines, -12 lines 0 comments Download
M media/filters/video_renderer_base.cc View 1 11 chunks +33 lines, -25 lines 0 comments Download
M media/filters/video_renderer_base_unittest.cc View 1 9 chunks +37 lines, -38 lines 0 comments Download
M media/media.gyp View 6 chunks +2 lines, -8 lines 0 comments Download
M media/tools/player_wtl/movie.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/media/webmediaplayer_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/media/webmediaplayer_impl.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
scherkus (not reviewing)
both of you PTAL http://www.bradbranson.com/wp-content/uploads/2012/06/his_mind-blown.gif
8 years, 5 months ago (2012-07-21 00:59:15 UTC) #1
Ami GONE FROM CHROMIUM
Yay! LGTM % nits http://codereview.chromium.org/10796074/diff/1/media/base/filter_collection_unittest.cc File media/base/filter_collection_unittest.cc (right): http://codereview.chromium.org/10796074/diff/1/media/base/filter_collection_unittest.cc#newcode12 media/base/filter_collection_unittest.cc:12: class FilterCollectionTest : public ::testing::Test ...
8 years, 5 months ago (2012-07-21 05:02:35 UTC) #2
acolwell GONE FROM CHROMIUM
LGTM \o/
8 years, 5 months ago (2012-07-21 15:52:40 UTC) #3
scherkus (not reviewing)
thanks for the review! https://chromiumcodereview.appspot.com/10796074/diff/1/media/base/filter_collection_unittest.cc File media/base/filter_collection_unittest.cc (right): https://chromiumcodereview.appspot.com/10796074/diff/1/media/base/filter_collection_unittest.cc#newcode12 media/base/filter_collection_unittest.cc:12: class FilterCollectionTest : public ::testing::Test ...
8 years, 5 months ago (2012-07-23 03:21:12 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/10796074/1039
8 years, 5 months ago (2012-07-23 03:21:27 UTC) #5
commit-bot: I haz the power
Try job failure for 10796074-1039 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-07-23 03:42:57 UTC) #6
scherkus (not reviewing)
FYI I had to rename Pipeline::GetCurrentTime to GetMediaTime (lines up with GetMediaDuration) Apparently for the ...
8 years, 5 months ago (2012-07-23 06:25:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/10796074/6002
8 years, 5 months ago (2012-07-23 06:26:31 UTC) #8
commit-bot: I haz the power
8 years, 5 months ago (2012-07-23 08:42:56 UTC) #9
Change committed as 147834

Powered by Google App Engine
This is Rietveld 408576698