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

Issue 1901973002: Delete cricket::VideoFrame methods GetYPlane and GetYPitch. (Closed)

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

Description

Delete cricket::VideoFrame methods GetYPlane and GetYPitch. (And similarly for U and V). Also change video_frame_buffer method to return a const ref to a scoped_ref_ptr. This cl is analogous to https://codereview.webrtc.org/1900673002/, which delete corresponding methods in webrtc::VideoFrame. BUG=webrtc:5682 Committed: https://crrev.com/1c27c6bf4cf0476dd2f09425509afaae4cdfe599 Cr-Commit-Position: refs/heads/master@{#12492}

Patch Set 1 #

Patch Set 2 : Update android peerconnection jni code. #

Patch Set 3 : Fix typo in objc code. #

Total comments: 3

Patch Set 4 : Update objc RTCI420Frame to tolerate frames with NULL video frame buffer. #

Patch Set 5 : Fix type error in objc code. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -204 lines) Patch
M talk/app/webrtc/objc/RTCI420Frame.mm View 1 2 3 4 1 chunk +18 lines, -9 lines 0 comments Download
M talk/app/webrtc/objc/public/RTCI420Frame.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/api/java/jni/peerconnection_jni.cc View 1 1 chunk +11 lines, -8 lines 0 comments Download
M webrtc/media/base/fakevideorenderer.h View 2 chunks +7 lines, -7 lines 0 comments Download
M webrtc/media/base/videobroadcaster_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/media/base/videoframe.h View 2 chunks +2 lines, -14 lines 2 comments Download
M webrtc/media/base/videoframe.cc View 7 chunks +35 lines, -23 lines 0 comments Download
M webrtc/media/base/videoframe_unittest.h View 19 chunks +126 lines, -84 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframe.h View 1 chunk +1 line, -10 lines 0 comments Download
M webrtc/media/engine/webrtcvideoframe.cc View 4 chunks +16 lines, -47 lines 0 comments Download

Messages

Total messages: 29 (12 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/1901973002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901973002/1
4 years, 8 months ago (2016-04-19 08:54:42 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios64_sim_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_sim_dbg/builds/6781) ios_arm64_rel on ...
4 years, 8 months ago (2016-04-19 08:56:37 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/1901973002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901973002/40001
4 years, 8 months ago (2016-04-19 10:03:49 UTC) #6
nisse-webrtc
4 years, 8 months ago (2016-04-19 10:54:55 UTC) #8
magjed_webrtc
lgtm https://codereview.webrtc.org/1901973002/diff/40001/talk/app/webrtc/objc/RTCI420Frame.mm File talk/app/webrtc/objc/RTCI420Frame.mm (right): https://codereview.webrtc.org/1901973002/diff/40001/talk/app/webrtc/objc/RTCI420Frame.mm#newcode59 talk/app/webrtc/objc/RTCI420Frame.mm:59: return const_frame->video_frame_buffer()->DataY(); This changes the behavior of this ...
4 years, 8 months ago (2016-04-19 11:50:52 UTC) #9
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, 8 months ago (2016-04-19 12:04:23 UTC) #11
pbos-webrtc
lgtm
4 years, 8 months ago (2016-04-19 14:33:57 UTC) #12
nisse-webrtc
https://codereview.webrtc.org/1901973002/diff/40001/talk/app/webrtc/objc/RTCI420Frame.mm File talk/app/webrtc/objc/RTCI420Frame.mm (right): https://codereview.webrtc.org/1901973002/diff/40001/talk/app/webrtc/objc/RTCI420Frame.mm#newcode59 talk/app/webrtc/objc/RTCI420Frame.mm:59: return const_frame->video_frame_buffer()->DataY(); On 2016/04/19 11:50:52, magjed_webrtc wrote: > This ...
4 years, 8 months ago (2016-04-20 07:21:53 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901973002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901973002/80001
4 years, 8 months ago (2016-04-25 14:18:33 UTC) #15
perkj_webrtc
lgtm https://codereview.webrtc.org/1901973002/diff/80001/webrtc/media/base/videoframe.h File webrtc/media/base/videoframe.h (right): https://codereview.webrtc.org/1901973002/diff/80001/webrtc/media/base/videoframe.h#newcode46 webrtc/media/base/videoframe.h:46: video_frame_buffer() const = 0; git cl format?
4 years, 8 months ago (2016-04-25 14:24:10 UTC) #16
nisse-webrtc
https://codereview.webrtc.org/1901973002/diff/80001/webrtc/media/base/videoframe.h File webrtc/media/base/videoframe.h (right): https://codereview.webrtc.org/1901973002/diff/80001/webrtc/media/base/videoframe.h#newcode46 webrtc/media/base/videoframe.h:46: video_frame_buffer() const = 0; On 2016/04/25 14:24:09, perkj_webrtc wrote: ...
4 years, 8 months ago (2016-04-25 14:27:13 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901973002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901973002/80001
4 years, 8 months ago (2016-04-25 14:27:23 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-04-25 16:45:34 UTC) #22
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/1c27c6bf4cf0476dd2f09425509afaae4cdfe599 Cr-Commit-Position: refs/heads/master@{#12492}
4 years, 8 months ago (2016-04-25 16:45:45 UTC) #24
terelius
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.webrtc.org/1921493004/ by terelius@webrtc.org. ...
4 years, 8 months ago (2016-04-25 18:41:32 UTC) #25
nisse-webrtc
Reopened. Intend to update chrome, and then reland.
4 years, 7 months ago (2016-04-27 06:59:37 UTC) #27
pbos-webrtc
4 years, 7 months ago (2016-04-27 09:27:56 UTC) #28
Message was sent while issue was closed.
On 2016/04/27 06:59:37, nisse-webrtc wrote:
> Reopened. Intend to update chrome, and then reland.

Closed. Please do a reland by reverting the revert instead.

Powered by Google App Engine
This is Rietveld 408576698