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

Issue 1818023002: Delete class webrtc::VideoRenderer and its header file. (Closed)

Created:
4 years, 9 months ago by nisse-webrtc
Modified:
4 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, pbos-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Delete class webrtc::VideoRenderer and its header file. To replace the SmoothsRenderedFrames method, added a corresponding flag to VideoReceiveStream::Config instead. BUG=webrtc:5426 Committed: https://crrev.com/7ade7b3282aa18177768b1615719e67cc4ba87ce Cr-Commit-Position: refs/heads/master@{#12102}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address pbos' comments. #

Total comments: 4

Patch Set 3 : Comment fix. #

Patch Set 4 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -83 lines) Patch
M webrtc/DEPS View 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/call/call_perf_tests.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/common_video/incoming_video_stream.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/media/base/videosinkinterface.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.h View 1 2 3 5 chunks +5 lines, -8 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 3 4 chunks +4 lines, -9 lines 0 comments Download
M webrtc/test/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/test/video_renderer.h View 1 chunk +4 lines, -2 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 8 chunks +12 lines, -8 lines 0 comments Download
M webrtc/video/receive_statistics_proxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/video/replay.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/video/video_capture_input.h View 2 chunks +2 lines, -3 lines 0 comments Download
M webrtc/video/video_capture_input.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M webrtc/video_receive_stream.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
D webrtc/video_renderer.h View 1 chunk +0 lines, -32 lines 0 comments Download
M webrtc/video_send_stream.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/webrtc.gyp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 27 (10 generated)
nisse-webrtc
This is a followup to https://codereview.webrtc.org/1814763002/, deleting the class. Also deleting one of the top-level ...
4 years, 9 months ago (2016-03-21 12:58:42 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1818023002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1818023002/1
4 years, 9 months ago (2016-03-21 12:59:48 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) ...
4 years, 9 months ago (2016-03-21 15:00:19 UTC) #6
pbos-webrtc
+kjellander because I think this adds cycles to our DEPS graph. https://codereview.webrtc.org/1818023002/diff/1/webrtc/DEPS File webrtc/DEPS (right): ...
4 years, 9 months ago (2016-03-21 16:53:36 UTC) #8
kjellander_webrtc
lgtm since I don't see this making things any worse. It's rather great to see ...
4 years, 9 months ago (2016-03-21 21:31:51 UTC) #9
nisse-webrtc
https://codereview.webrtc.org/1818023002/diff/1/webrtc/DEPS File webrtc/DEPS (right): https://codereview.webrtc.org/1818023002/diff/1/webrtc/DEPS#newcode48 webrtc/DEPS:48: "+webrtc/media/base", On 2016/03/21 16:53:35, pbos-webrtc wrote: > Can you ...
4 years, 9 months ago (2016-03-22 07:45:31 UTC) #10
perkj_webrtc
lgtm with nits https://codereview.webrtc.org/1818023002/diff/20001/webrtc/media/base/videosinkinterface.h File webrtc/media/base/videosinkinterface.h (right): https://codereview.webrtc.org/1818023002/diff/20001/webrtc/media/base/videosinkinterface.h#newcode15 webrtc/media/base/videosinkinterface.h:15: // VideoSourceInterface too) from media/base to ...
4 years, 9 months ago (2016-03-22 08:43:44 UTC) #11
perkj_webrtc
On 2016/03/22 08:43:44, perkj_webrtc wrote: > lgtm with nits > > https://codereview.webrtc.org/1818023002/diff/20001/webrtc/media/base/videosinkinterface.h > File webrtc/media/base/videosinkinterface.h ...
4 years, 9 months ago (2016-03-22 08:43:59 UTC) #12
nisse-webrtc
https://codereview.webrtc.org/1818023002/diff/20001/webrtc/media/base/videosinkinterface.h File webrtc/media/base/videosinkinterface.h (right): https://codereview.webrtc.org/1818023002/diff/20001/webrtc/media/base/videosinkinterface.h#newcode15 webrtc/media/base/videosinkinterface.h:15: // VideoSourceInterface too) from media/base to common_video, to On ...
4 years, 9 months ago (2016-03-22 10:47:14 UTC) #13
pbos-webrtc
lgtm
4 years, 9 months ago (2016-03-22 19:13:54 UTC) #14
pthatcher1
lgtm
4 years, 9 months ago (2016-03-22 21:17:15 UTC) #15
tommi
rs lgtm. ship it!
4 years, 9 months ago (2016-03-23 09:10:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1818023002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1818023002/40001
4 years, 9 months ago (2016-03-23 09:10:43 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x86_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x86_dbg/builds/2678) ios32_sim_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 9 months ago (2016-03-23 09:11:50 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1818023002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1818023002/60001
4 years, 9 months ago (2016-03-23 09:42:29 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-23 11:48:17 UTC) #25
commit-bot: I haz the power
4 years, 9 months ago (2016-03-23 11:48:22 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/7ade7b3282aa18177768b1615719e67cc4ba87ce
Cr-Commit-Position: refs/heads/master@{#12102}

Powered by Google App Engine
This is Rietveld 408576698