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

Issue 12320078: Delete old RTCVideoDecoder code path. (Closed)

Created:
7 years, 10 months ago by wuchengli
Modified:
7 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, scherkus (not reviewing)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Delete old RTCVideoDecoder code path. Remove leftover codepath from the pre-WebMediaPlayerMS days. BUG=chromium:177572 TEST=Try apprtc.appspot.com/?debug=loopback on link. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185460

Patch Set 1 #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Total comments: 4

Patch Set 4 : add svn revision #

Total comments: 7

Patch Set 5 : remove unused define and include #

Patch Set 6 : rebase #

Patch Set 7 : remove dummy_demuxer.{cc.h} and video_frame_generator.{cc.h} #

Patch Set 8 : make the line no longer than 80 chars #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1094 lines) Patch
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/content_renderer.gypi View 1 1 chunk +0 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/media/media_stream_impl.h View 1 2 3 4 3 chunks +0 lines, -10 lines 0 comments Download
M content/renderer/media/media_stream_impl.cc View 1 2 3 4 5 3 chunks +0 lines, -36 lines 0 comments Download
M content/renderer/media/media_stream_impl_unittest.cc View 1 2 3 4 2 chunks +0 lines, -12 lines 0 comments Download
D content/renderer/media/rtc_video_decoder.h View 1 1 chunk +0 lines, -98 lines 0 comments Download
D content/renderer/media/rtc_video_decoder.cc View 1 1 chunk +0 lines, -199 lines 0 comments Download
D content/renderer/media/rtc_video_decoder_unittest.cc View 1 1 chunk +0 lines, -338 lines 0 comments Download
M content/renderer/media/rtc_video_renderer.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -5 lines 0 comments Download
D media/filters/dummy_demuxer.h View 1 2 3 4 5 6 1 chunk +0 lines, -64 lines 0 comments Download
D media/filters/dummy_demuxer.cc View 1 2 3 4 5 6 1 chunk +0 lines, -61 lines 0 comments Download
D media/filters/video_frame_generator.h View 1 2 3 4 5 6 1 chunk +0 lines, -63 lines 0 comments Download
D media/filters/video_frame_generator.cc View 1 2 3 4 5 6 1 chunk +0 lines, -100 lines 0 comments Download
M media/media.gyp View 1 2 3 4 5 6 2 chunks +0 lines, -4 lines 0 comments Download
M webkit/media/filter_helpers.h View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
M webkit/media/filter_helpers.cc View 1 2 3 4 5 2 chunks +0 lines, -26 lines 0 comments Download
M webkit/media/media_stream_client.h View 1 2 3 4 2 chunks +0 lines, -12 lines 0 comments Download
M webkit/media/webmediaplayer_impl.cc View 1 2 chunks +0 lines, -10 lines 0 comments Download
M webkit/media/webmediaplayer_params.h View 1 2 3 4 4 chunks +0 lines, -8 lines 0 comments Download
M webkit/media/webmediaplayer_params.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/support/test_media_stream_client.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M webkit/support/test_media_stream_client.cc View 1 2 3 4 5 6 2 chunks +0 lines, -16 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (0 generated)
wuchengli
7 years, 10 months ago (2013-02-26 22:40:39 UTC) #1
Ami GONE FROM CHROMIUM
+wjia who has a lot more context on this LGTM % nits and please wait ...
7 years, 10 months ago (2013-02-26 23:16:55 UTC) #2
wjia(left Chromium)
adding edjee@ since there was a request to keep WebMediaPlayerImpl path from gTV team. Will ...
7 years, 10 months ago (2013-02-26 23:29:33 UTC) #3
wuchengli
https://codereview.chromium.org/12320078/diff/1005/content/renderer/media/media_stream_impl.cc File content/renderer/media/media_stream_impl.cc (right): https://codereview.chromium.org/12320078/diff/1005/content/renderer/media/media_stream_impl.cc#newcode23 content/renderer/media/media_stream_impl.cc:23: #include "media/base/video_decoder.h" On 2013/02/26 23:16:55, Ami Fischman wrote: > ...
7 years, 10 months ago (2013-02-27 01:45:41 UTC) #4
edjee
Hi, if this change will not be cherrypicked in M26 branch, we're fine. Thanks a ...
7 years, 10 months ago (2013-02-27 02:04:01 UTC) #5
Ami GONE FROM CHROMIUM
> https://codereview.chromium.**org/12320078/diff/1005/** > content/renderer/media/rtc_**video_decoder_unittest.cc#**oldcode175<https://codereview.chromium.org/12320078/diff/1005/content/renderer/media/rtc_video_decoder_unittest.cc#oldcode175> > content/renderer/media/rtc_**video_decoder_unittest.cc:175: class > RTCVideoDecoderTest : public testing::Test { > I'm ...
7 years, 10 months ago (2013-02-27 02:15:26 UTC) #6
wuchengli
https://codereview.chromium.org/12320078/diff/1005/content/renderer/media/rtc_video_decoder_unittest.cc File content/renderer/media/rtc_video_decoder_unittest.cc (left): https://codereview.chromium.org/12320078/diff/1005/content/renderer/media/rtc_video_decoder_unittest.cc#oldcode175 content/renderer/media/rtc_video_decoder_unittest.cc:175: class RTCVideoDecoderTest : public testing::Test { So the revision ...
7 years, 10 months ago (2013-02-27 02:28:43 UTC) #7
wuchengli
https://codereview.chromium.org/12320078/diff/11011/content/renderer/media/rtc_video_renderer.h File content/renderer/media/rtc_video_renderer.h (right): https://codereview.chromium.org/12320078/diff/11011/content/renderer/media/rtc_video_renderer.h#newcode29 content/renderer/media/rtc_video_renderer.h:29: // revision 180591 for reference. I just added revision ...
7 years, 10 months ago (2013-02-27 02:31:11 UTC) #8
wjia(left Chromium)
lgtm with nits. Ami: that's a good point. I think part of the tests in ...
7 years, 10 months ago (2013-02-27 02:43:54 UTC) #9
scherkus (not reviewing)
I <3 this change -- LGTM w/ nits Thanks for doing this! https://codereview.chromium.org/12320078/diff/11011/content/renderer/media/rtc_video_renderer.h File content/renderer/media/rtc_video_renderer.h ...
7 years, 9 months ago (2013-02-27 06:00:16 UTC) #10
wuchengli
I can write a unit test for RTCVideoRenderer in the next cl if you think ...
7 years, 9 months ago (2013-02-27 21:37:41 UTC) #11
wuchengli
Please take another look. Thanks.
7 years, 9 months ago (2013-02-28 01:23:25 UTC) #12
scherkus (not reviewing)
I believe you can also delete the following: media/filters/dummy_demuxer.{cc,h} media/filters/video_frame_generator.{cc,h}
7 years, 9 months ago (2013-02-28 01:33:35 UTC) #13
wuchengli
On 2013/02/28 01:33:35, scherkus wrote: > I believe you can also delete the following: > ...
7 years, 9 months ago (2013-02-28 02:03:08 UTC) #14
wuchengli
7 years, 9 months ago (2013-02-28 02:03:17 UTC) #15
scherkus (not reviewing)
lgtm
7 years, 9 months ago (2013-02-28 02:22:13 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wuchengli@chromium.org/12320078/20004
7 years, 9 months ago (2013-02-28 17:53:05 UTC) #17
commit-bot: I haz the power
Presubmit check for 12320078-20004 failed and returned exit status 1. INFO:root:Found 21 file(s). Running presubmit ...
7 years, 9 months ago (2013-02-28 17:53:24 UTC) #18
wuchengli
brettw: please owners. Thanks.
7 years, 9 months ago (2013-02-28 18:16:22 UTC) #19
brettw
LGTM rubberstamp
7 years, 9 months ago (2013-02-28 21:38:02 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wuchengli@chromium.org/12320078/20004
7 years, 9 months ago (2013-02-28 22:13:36 UTC) #21
commit-bot: I haz the power
Presubmit check for 12320078-20004 failed and returned exit status 1. INFO:root:Found 21 file(s). Running presubmit ...
7 years, 9 months ago (2013-02-28 22:13:48 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wuchengli@chromium.org/12320078/33002
7 years, 9 months ago (2013-03-01 00:58:16 UTC) #23
commit-bot: I haz the power
7 years, 9 months ago (2013-03-01 04:17:34 UTC) #24
Message was sent while issue was closed.
Change committed as 185460

Powered by Google App Engine
This is Rietveld 408576698