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

Issue 2075983003: Cleanups in cricket::VideoFrame and cricket::WebRtcVideoFrame. (Closed)

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

Description

Cleanups in cricket::VideoFrame and cricket::WebRtcVideoFrame. Removed some protected virtual methods from VideoFrame that no longer need to exist. Some minor cleanups in the tests. BUG=webrtc:5682 R=nisse@webrtc.org, pbos@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/cd89e86428119088cdfa4052418d58bd9179f5e4

Patch Set 1 #

Total comments: 6

Patch Set 2 : address feedback #

Total comments: 2

Patch Set 3 : address comments #

Total comments: 2

Patch Set 4 : . #

Total comments: 2

Patch Set 5 : . #

Total comments: 2

Patch Set 6 : revert to patchset 4 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -100 lines) Patch
M webrtc/media/base/videoframe.h View 1 chunk +0 lines, -8 lines 0 comments Download
M webrtc/media/base/videoframe_unittest.h View 5 chunks +7 lines, -7 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframe.h View 1 2 3 5 3 chunks +2 lines, -6 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframe.cc View 1 2 3 chunks +15 lines, -32 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframe_unittest.cc View 5 8 chunks +26 lines, -47 lines 0 comments Download

Messages

Total messages: 51 (24 generated)
Sergey Ulanov
4 years, 6 months ago (2016-06-17 22:15:18 UTC) #4
pbos-webrtc
+R nisse@, PTAL. Are these kept around for downstream projects or are they ready to ...
4 years, 6 months ago (2016-06-17 22:29:13 UTC) #6
nisse-webrtc
I'm not aware of any obstacles to deleting these methods, it's good to see them ...
4 years, 6 months ago (2016-06-20 07:52:23 UTC) #7
Sergey Ulanov
https://codereview.webrtc.org/2075983003/diff/20001/webrtc/media/engine/webrtcvideoframe.cc File webrtc/media/engine/webrtcvideoframe.cc (right): https://codereview.webrtc.org/2075983003/diff/20001/webrtc/media/engine/webrtcvideoframe.cc#newcode184 webrtc/media/engine/webrtcvideoframe.cc:184: rotated_frame_.reset(new WebRtcVideoFrame()); On 2016/06/20 07:52:23, nisse-webrtc wrote: > The ...
4 years, 6 months ago (2016-06-20 18:42:46 UTC) #9
nisse-webrtc
https://codereview.webrtc.org/2075983003/diff/20001/webrtc/media/engine/webrtcvideoframe.cc File webrtc/media/engine/webrtcvideoframe.cc (right): https://codereview.webrtc.org/2075983003/diff/20001/webrtc/media/engine/webrtcvideoframe.cc#newcode184 webrtc/media/engine/webrtcvideoframe.cc:184: rotated_frame_.reset(new WebRtcVideoFrame()); On 2016/06/20 18:42:45, Sergey Ulanov wrote: > ...
4 years, 6 months ago (2016-06-21 07:52:35 UTC) #10
Sergey Ulanov
https://codereview.webrtc.org/2075983003/diff/20001/webrtc/media/engine/webrtcvideoframe.cc File webrtc/media/engine/webrtcvideoframe.cc (right): https://codereview.webrtc.org/2075983003/diff/20001/webrtc/media/engine/webrtcvideoframe.cc#newcode184 webrtc/media/engine/webrtcvideoframe.cc:184: rotated_frame_.reset(new WebRtcVideoFrame()); On 2016/06/21 07:52:35, nisse-webrtc wrote: > On ...
4 years, 6 months ago (2016-06-21 17:25:56 UTC) #11
nisse-webrtc
lgtm Thanks for updating the code, each place where mutation of VideoFrameBuffer is eliminated makes ...
4 years, 6 months ago (2016-06-22 07:18:40 UTC) #13
Sergey Ulanov
pbos@: PTAL please https://codereview.webrtc.org/2075983003/diff/80001/webrtc/media/engine/webrtcvideoframe.h File webrtc/media/engine/webrtcvideoframe.h (right): https://codereview.webrtc.org/2075983003/diff/80001/webrtc/media/engine/webrtcvideoframe.h#newcode114 webrtc/media/engine/webrtcvideoframe.h:114: mutable std::unique_ptr<WebRtcVideoFrame> rotated_frame_; On 2016/06/22 07:18:40, ...
4 years, 6 months ago (2016-06-22 20:58:30 UTC) #14
pbos-webrtc
lgtm, consider my nit https://codereview.webrtc.org/2075983003/diff/90001/webrtc/media/engine/webrtcvideoframe_unittest.cc File webrtc/media/engine/webrtcvideoframe_unittest.cc (right): https://codereview.webrtc.org/2075983003/diff/90001/webrtc/media/engine/webrtcvideoframe_unittest.cc#newcode71 webrtc/media/engine/webrtcvideoframe_unittest.cc:71: void SetFrameRotation(WebRtcVideoFrame* frame, Preferring just ...
4 years, 6 months ago (2016-06-23 14:27:46 UTC) #15
Sergey Ulanov
https://codereview.webrtc.org/2075983003/diff/90001/webrtc/media/engine/webrtcvideoframe_unittest.cc File webrtc/media/engine/webrtcvideoframe_unittest.cc (right): https://codereview.webrtc.org/2075983003/diff/90001/webrtc/media/engine/webrtcvideoframe_unittest.cc#newcode71 webrtc/media/engine/webrtcvideoframe_unittest.cc:71: void SetFrameRotation(WebRtcVideoFrame* frame, On 2016/06/23 14:27:45, pbos-webrtc wrote: > ...
4 years, 6 months ago (2016-06-23 18:12:10 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2075983003/110001
4 years, 6 months ago (2016-06-23 18:12:22 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:110001)
4 years, 6 months ago (2016-06-23 19:56:09 UTC) #21
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/742d7b10b9720ec43de26e0faef52e5cb9c0daa8 Cr-Commit-Position: refs/heads/master@{#13275}
4 years, 6 months ago (2016-06-23 19:56:15 UTC) #23
Taylor Brandstetter
https://codereview.webrtc.org/2075983003/diff/110001/webrtc/media/engine/webrtcvideoframe.h File webrtc/media/engine/webrtcvideoframe.h (right): https://codereview.webrtc.org/2075983003/diff/110001/webrtc/media/engine/webrtcvideoframe.h#newcode22 webrtc/media/engine/webrtcvideoframe.h:22: #include "webrtc/base/gtest_prod_util.h" It looks like this broke the FYI ...
4 years, 6 months ago (2016-06-23 23:39:51 UTC) #25
honghaiz3
On 2016/06/23 23:39:51, Taylor Brandstetter wrote: > https://codereview.webrtc.org/2075983003/diff/110001/webrtc/media/engine/webrtcvideoframe.h > File webrtc/media/engine/webrtcvideoframe.h (right): > > https://codereview.webrtc.org/2075983003/diff/110001/webrtc/media/engine/webrtcvideoframe.h#newcode22 ...
4 years, 6 months ago (2016-06-23 23:42:37 UTC) #26
honghaiz3
A revert of this CL (patchset #5 id:110001) has been created in https://codereview.webrtc.org/2091983002/ by honghaiz@webrtc.org. ...
4 years, 6 months ago (2016-06-23 23:43:29 UTC) #27
Sergey Ulanov
https://codereview.webrtc.org/2075983003/diff/110001/webrtc/media/engine/webrtcvideoframe.h File webrtc/media/engine/webrtcvideoframe.h (right): https://codereview.webrtc.org/2075983003/diff/110001/webrtc/media/engine/webrtcvideoframe.h#newcode22 webrtc/media/engine/webrtcvideoframe.h:22: #include "webrtc/base/gtest_prod_util.h" On 2016/06/23 23:39:51, Taylor Brandstetter wrote: > ...
4 years, 6 months ago (2016-06-24 00:30:03 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2075983003/130001
4 years, 6 months ago (2016-06-24 00:32:00 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/14436)
4 years, 6 months ago (2016-06-24 00:39:05 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2075983003/130001
4 years, 6 months ago (2016-06-24 00:54:14 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/14437)
4 years, 6 months ago (2016-06-24 01:00:45 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2075983003/130001
4 years, 6 months ago (2016-06-24 16:00:54 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/8969)
4 years, 6 months ago (2016-06-24 16:15:51 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2075983003/130001
4 years, 6 months ago (2016-06-24 21:47:41 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/14453)
4 years, 6 months ago (2016-06-24 21:54:51 UTC) #47
Sergey Ulanov
Committed patchset #6 (id:130001) manually as cd89e86428119088cdfa4052418d58bd9179f5e4 (presubmit successful).
4 years, 6 months ago (2016-06-24 23:28:34 UTC) #50
commit-bot: I haz the power
4 years, 6 months ago (2016-06-24 23:28:34 UTC) #51
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/cd89e86428119088cdfa4052418d58bd9179f5e4
Cr-Commit-Position: refs/heads/master@{#13288}

Powered by Google App Engine
This is Rietveld 408576698