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

Issue 1813173002: Deletes the class VideoRendererCallback. (Closed)

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

Description

This cl deletes the class webrtc::VideoRendererCallback. Replaced by VideoSinkInterface instead. Also delete stream_id property of IncomingVideoStream. BUG=webrtc:5426 Committed: https://crrev.com/30f118effd6521e76fe603aa58f5e81988d5aaff Cr-Commit-Position: refs/heads/master@{#12602}

Patch Set 1 #

Patch Set 2 : Fixes to mac, android and windows rendererers. #

Patch Set 3 : Delete unused variable, affecting mac builds. #

Patch Set 4 : Fix remaining RenderFrame call. #

Total comments: 6

Patch Set 5 : Rebase, and tweak of DEPS files. #

Total comments: 20

Patch Set 6 : Break long lines. Add explicit keyword on IncomingVideoStream constructor. #

Total comments: 6

Patch Set 7 : Rebased. #

Total comments: 3

Patch Set 8 : Delete unused method IncomingVideoStream::ModuleCallback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -52 lines) Patch
M webrtc/common_video/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/common_video/include/incoming_video_stream.h View 1 2 3 4 5 6 7 4 chunks +11 lines, -20 lines 0 comments Download
M webrtc/common_video/incoming_video_stream.cc View 1 2 3 4 5 6 7 6 chunks +8 lines, -20 lines 0 comments Download
M webrtc/video/video_receive_stream.h View 1 2 3 4 5 6 2 chunks +3 lines, -4 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 5 6 3 chunks +2 lines, -5 lines 0 comments Download
M webrtc/video/vie_channel.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/video/vie_channel.cc View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 39 (16 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1813173002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1813173002/1
4 years, 9 months ago (2016-03-18 10:00:30 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_asan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_asan/builds/13249) mac_gn_dbg on ...
4 years, 9 months ago (2016-03-18 10:02:11 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1813173002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1813173002/20001
4 years, 9 months ago (2016-03-18 10:11:14 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_gn_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_gn_dbg/builds/1711) mac_gn_rel on ...
4 years, 9 months ago (2016-03-18 10:13:13 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1813173002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1813173002/40001
4 years, 9 months ago (2016-03-18 10:19:52 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_x64_clang_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_clang_dbg/builds/1936)
4 years, 9 months ago (2016-03-18 10:28:23 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1813173002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1813173002/60001
4 years, 9 months ago (2016-03-18 13:09:08 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/4257)
4 years, 9 months ago (2016-03-18 13:13:56 UTC) #16
perkj_webrtc
Nice to get rid of am interface. But can you ask pbos and mflodman if ...
4 years, 9 months ago (2016-03-22 09:07:00 UTC) #19
nisse-webrtc
@mflodman: This cl touches a lot of renderers under modules/video_render. Do you know if they ...
4 years, 9 months ago (2016-03-22 10:36:03 UTC) #21
nisse-webrtc
Ping?
4 years, 8 months ago (2016-03-29 09:11:50 UTC) #22
perkj_webrtc
Regardless of if more of the code should be deleted this looks good. lgtm with ...
4 years, 8 months ago (2016-03-31 05:11:59 UTC) #23
nisse-webrtc
New version. Only non-cosmetic change is an added explicit on a constructor which used to ...
4 years, 8 months ago (2016-03-31 07:07:20 UTC) #24
pbos-webrtc
Is this CL obsolete now, or should it be rebased? If not, please close.
4 years, 7 months ago (2016-05-02 02:13:43 UTC) #25
nisse-webrtc
On 2016/05/02 02:13:43, pbos-webrtc wrote: > Is this CL obsolete now, or should it be ...
4 years, 7 months ago (2016-05-02 06:44:19 UTC) #26
mflodman
Nice cleanup! A few nits, then LGTM. https://codereview.webrtc.org/1813173002/diff/100001/webrtc/modules/video_render/android/video_render_android_native_opengl2.h File webrtc/modules/video_render/android/video_render_android_native_opengl2.h (right): https://codereview.webrtc.org/1813173002/diff/100001/webrtc/modules/video_render/android/video_render_android_native_opengl2.h#newcode35 webrtc/modules/video_render/android/video_render_android_native_opengl2.h:35: //Implement rtc::VideoSinkInterface<VideoFrame> ...
4 years, 7 months ago (2016-05-02 07:06:55 UTC) #27
nisse-webrtc
Rebased. (Un)fortunately, all mflodman's nits were on code which was deleted the other day (video_render ...
4 years, 7 months ago (2016-05-02 11:30:37 UTC) #28
pbos-webrtc
lgtm, if the cl desc isn't updated yet please do that :) https://codereview.webrtc.org/1813173002/diff/120001/webrtc/common_video/incoming_video_stream.cc File webrtc/common_video/incoming_video_stream.cc ...
4 years, 7 months ago (2016-05-02 13:08:18 UTC) #29
nisse-webrtc
Anything in particular you want changed in the description? I've cut it down a bit ...
4 years, 7 months ago (2016-05-02 13:31:24 UTC) #31
pbos-webrtc
https://codereview.webrtc.org/1813173002/diff/120001/webrtc/common_video/incoming_video_stream.cc File webrtc/common_video/incoming_video_stream.cc (right): https://codereview.webrtc.org/1813173002/diff/120001/webrtc/common_video/incoming_video_stream.cc#newcode50 webrtc/common_video/incoming_video_stream.cc:50: rtc::VideoSinkInterface<VideoFrame>* IncomingVideoStream::ModuleCallback() { On 2016/05/02 13:31:23, nisse-webrtc wrote: > ...
4 years, 7 months ago (2016-05-02 17:20:28 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1813173002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1813173002/140001
4 years, 7 months ago (2016-05-03 07:10:18 UTC) #35
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 7 months ago (2016-05-03 08:09:16 UTC) #37
commit-bot: I haz the power
4 years, 7 months ago (2016-05-03 08:09:21 UTC) #39
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/30f118effd6521e76fe603aa58f5e81988d5aaff
Cr-Commit-Position: refs/heads/master@{#12602}

Powered by Google App Engine
This is Rietveld 408576698