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

Issue 1660103003: Delete FrameInput method and FrameInputWrapper class. (Closed)

Created:
4 years, 10 months ago by nisse-webrtc
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Delete FrameInput method and FrameInputWrapper class. Added VideoTrackInterface::GetSink method, for use by VideoRtpReceiver. This lets us delete FrameInput. I realized this change doesn't depend on VideoSinkInterface changes, so this is a more standalone version of cl https://codereview.webrtc.org/1664773002/ BUG=webrtc:5426 Committed: https://crrev.com/8e8908aadd23173c654078f69f6a9c8ec4786e2a Cr-Commit-Position: refs/heads/master@{#11498}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed Per's comments. Added dummy FrameInput. #

Total comments: 8

Patch Set 3 : Document VideoTrack::GetSink. Move dummy FrameInput to VideoSourceInterface. #

Patch Set 4 : Rebase. #

Patch Set 5 : Updated return type of VideoTrack::GetSink. #

Patch Set 6 : Comment improvement. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -58 lines) Patch
M talk/app/webrtc/mediastreaminterface.h View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
M talk/app/webrtc/mediastreamtrackproxy.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M talk/app/webrtc/rtpreceiver.cc View 1 chunk +1 line, -2 lines 0 comments Download
M talk/app/webrtc/rtpsenderreceiver_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/videosource.h View 2 1 chunk +0 lines, -1 line 0 comments Download
M talk/app/webrtc/videosource.cc View 2 chunks +0 lines, -37 lines 0 comments Download
M talk/app/webrtc/videosource_unittest.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M talk/app/webrtc/videosourceinterface.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M talk/app/webrtc/videosourceproxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M talk/app/webrtc/videotrack.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M talk/app/webrtc/videotrack.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M talk/app/webrtc/videotrack_unittest.cc View 1 2 3 5 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
nisse-webrtc
I guess this standalone version is easier to land. If you agree, you can ignore ...
4 years, 10 months ago (2016-02-03 14:17:33 UTC) #2
perkj_webrtc
looks good with these comments addressed. https://codereview.webrtc.org/1660103003/diff/1/talk/app/webrtc/videosource.h File talk/app/webrtc/videosource.h (left): https://codereview.webrtc.org/1660103003/diff/1/talk/app/webrtc/videosource.h#oldcode77 talk/app/webrtc/videosource.h:77: virtual cricket::VideoRenderer* FrameInput(); ...
4 years, 10 months ago (2016-02-03 15:09:58 UTC) #3
nisse-webrtc
https://codereview.webrtc.org/1660103003/diff/1/talk/app/webrtc/videosource.h File talk/app/webrtc/videosource.h (left): https://codereview.webrtc.org/1660103003/diff/1/talk/app/webrtc/videosource.h#oldcode77 talk/app/webrtc/videosource.h:77: virtual cricket::VideoRenderer* FrameInput(); On 2016/02/03 15:09:58, perkj_webrtc wrote: > ...
4 years, 10 months ago (2016-02-03 15:27:22 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/1660103003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1660103003/20001
4 years, 10 months ago (2016-02-03 15:27:50 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_compile_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_compile_dbg/builds/2804)
4 years, 10 months ago (2016-02-03 15:30:24 UTC) #8
pthatcher1
https://codereview.webrtc.org/1660103003/diff/20001/talk/app/webrtc/mediastreaminterface.h File talk/app/webrtc/mediastreaminterface.h (right): https://codereview.webrtc.org/1660103003/diff/20001/talk/app/webrtc/mediastreaminterface.h#newcode153 talk/app/webrtc/mediastreaminterface.h:153: virtual cricket::VideoRenderer* GetSink() = 0; We should describe what ...
4 years, 10 months ago (2016-02-03 16:17:40 UTC) #9
perkj_webrtc
https://codereview.webrtc.org/1660103003/diff/20001/talk/app/webrtc/mediastreaminterface.h File talk/app/webrtc/mediastreaminterface.h (right): https://codereview.webrtc.org/1660103003/diff/20001/talk/app/webrtc/mediastreaminterface.h#newcode153 talk/app/webrtc/mediastreaminterface.h:153: virtual cricket::VideoRenderer* GetSink() = 0; On 2016/02/03 16:17:39, pthatcher1 ...
4 years, 10 months ago (2016-02-04 07:32:44 UTC) #10
perkj_webrtc
lgtm
4 years, 10 months ago (2016-02-04 07:35:13 UTC) #11
nisse-webrtc
With patchset 3, this appears to not break building of chrome. https://codereview.webrtc.org/1660103003/diff/20001/talk/app/webrtc/mediastreaminterface.h File talk/app/webrtc/mediastreaminterface.h (right): ...
4 years, 10 months ago (2016-02-04 08:22:37 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/1660103003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1660103003/80001
4 years, 10 months ago (2016-02-04 10:05:25 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-04 11:36:42 UTC) #16
pthatcher1
lgtm, assuming you add the comments I asked for https://codereview.webrtc.org/1660103003/diff/20001/talk/app/webrtc/mediastreaminterface.h File talk/app/webrtc/mediastreaminterface.h (right): https://codereview.webrtc.org/1660103003/diff/20001/talk/app/webrtc/mediastreaminterface.h#newcode153 talk/app/webrtc/mediastreaminterface.h:153: ...
4 years, 10 months ago (2016-02-04 17:30:45 UTC) #17
nisse-webrtc
On 2016/02/04 17:30:45, pthatcher1 wrote: > lgtm, assuming you add the comments I asked for ...
4 years, 10 months ago (2016-02-05 08:45:04 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1660103003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1660103003/100001
4 years, 10 months ago (2016-02-05 08:52:10 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-05 09:52:19 UTC) #22
commit-bot: I haz the power
4 years, 10 months ago (2016-02-05 09:52:27 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/8e8908aadd23173c654078f69f6a9c8ec4786e2a
Cr-Commit-Position: refs/heads/master@{#11498}

Powered by Google App Engine
This is Rietveld 408576698