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

Issue 1497393002: Add new view that renders local video using AVCaptureLayerPreview. (Closed)

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

Description

Add new view that renders local video using AVCaptureLayerPreview. BUG= Committed: https://crrev.com/edd8fefa9b31f903eefe1e9fcabb09a5d6fc1ad1 Cr-Commit-Position: refs/heads/master@{#10940}

Patch Set 1 #

Patch Set 2 : Removed commented line. #

Total comments: 8

Patch Set 3 : Added dispatcher and moved to base/objc #

Patch Set 4 : Added blank line #

Patch Set 5 : Adding missing dispatcher files #

Patch Set 6 : Added doc on dispatcher. #

Total comments: 11

Patch Set 7 : CR feedback #

Patch Set 8 : Move dependency to required location. #

Patch Set 9 : Remove extra dependency line. #

Total comments: 3

Patch Set 10 : Change identifier #

Total comments: 1

Patch Set 11 : Rebase on master #

Patch Set 12 : Removing duplicated check in presubmit.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -77 lines) Patch
M PRESUBMIT.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M talk/app/webrtc/objc/avfoundationvideocapturer.mm View 1 2 3 4 5 6 5 chunks +8 lines, -18 lines 0 comments Download
M talk/libjingle.gyp View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/base/BUILD.gn View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/base/base.gyp View 1 2 1 chunk +5 lines, -1 line 0 comments Download
A webrtc/base/objc/RTCCameraPreviewView.h View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A webrtc/base/objc/RTCCameraPreviewView.m View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A webrtc/base/objc/RTCDispatcher.h View 1 2 3 4 5 6 1 chunk +35 lines, -0 lines 0 comments Download
A webrtc/base/objc/RTCDispatcher.m View 1 2 3 4 5 6 7 8 9 1 chunk +46 lines, -0 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.m View 6 chunks +2 lines, -27 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallView.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallView.m View 4 chunks +11 lines, -25 lines 0 comments Download
M webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m View 1 2 1 chunk +7 lines, -4 lines 0 comments Download

Messages

Total messages: 40 (16 generated)
Chuck
5 years ago (2015-12-04 22:06:18 UTC) #2
tkchin_webrtc
https://codereview.webrtc.org/1497393002/diff/20001/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h File talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h (right): https://codereview.webrtc.org/1497393002/diff/20001/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h#newcode35 talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h:35: @property(nonatomic, readonly) dispatch_queue_t captureSessionQueue; I think it's better to ...
5 years ago (2015-12-04 22:19:42 UTC) #3
Chuck
Updated per the design we discussed. New classes like in base/objc. https://codereview.webrtc.org/1497393002/diff/20001/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h File talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h (right): ...
5 years ago (2015-12-05 00:21:23 UTC) #4
tkchin_webrtc
lgtm https://codereview.webrtc.org/1497393002/diff/100001/talk/app/webrtc/objc/avfoundationvideocapturer.mm File talk/app/webrtc/objc/avfoundationvideocapturer.mm (right): https://codereview.webrtc.org/1497393002/diff/100001/talk/app/webrtc/objc/avfoundationvideocapturer.mm#newcode31 talk/app/webrtc/objc/avfoundationvideocapturer.mm:31: #import "webrtc/base/objc/RTCDispatcher.h" nit: move this under the #import ...
5 years ago (2015-12-07 18:27:07 UTC) #5
Chuck
https://codereview.webrtc.org/1497393002/diff/100001/talk/app/webrtc/objc/avfoundationvideocapturer.mm File talk/app/webrtc/objc/avfoundationvideocapturer.mm (right): https://codereview.webrtc.org/1497393002/diff/100001/talk/app/webrtc/objc/avfoundationvideocapturer.mm#newcode31 talk/app/webrtc/objc/avfoundationvideocapturer.mm:31: #import "webrtc/base/objc/RTCDispatcher.h" On 2015/12/07 18:27:07, tkchin_webrtc wrote: > nit: ...
5 years ago (2015-12-07 19:34:31 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1497393002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1497393002/120001
5 years ago (2015-12-07 20:03:32 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: ios_arm64_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_arm64_dbg/builds/6130)
5 years ago (2015-12-07 20:05:02 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1497393002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1497393002/160001
5 years ago (2015-12-07 21:17:04 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/2255)
5 years ago (2015-12-07 21:24:21 UTC) #16
Chuck
Looks like I need an LGTM from webrtc/base/OWNERS for the build changes in base.
5 years ago (2015-12-07 21:34:20 UTC) #18
jiayl1
https://codereview.webrtc.org/1497393002/diff/160001/webrtc/base/objc/RTCDispatcher.m File webrtc/base/objc/RTCDispatcher.m (right): https://codereview.webrtc.org/1497393002/diff/160001/webrtc/base/objc/RTCDispatcher.m#newcode23 webrtc/base/objc/RTCDispatcher.m:23: "com.google.webrtc.RTCDispatcherCaptureSession", Should this be "org.webrtc.XXX"?
5 years ago (2015-12-07 22:50:53 UTC) #20
Chuck
https://codereview.webrtc.org/1497393002/diff/160001/webrtc/base/objc/RTCDispatcher.m File webrtc/base/objc/RTCDispatcher.m (right): https://codereview.webrtc.org/1497393002/diff/160001/webrtc/base/objc/RTCDispatcher.m#newcode23 webrtc/base/objc/RTCDispatcher.m:23: "com.google.webrtc.RTCDispatcherCaptureSession", On 2015/12/07 22:50:53, jiayl1 wrote: > Should this ...
5 years ago (2015-12-07 23:02:16 UTC) #21
Chuck
https://codereview.webrtc.org/1497393002/diff/160001/webrtc/base/objc/RTCDispatcher.m File webrtc/base/objc/RTCDispatcher.m (right): https://codereview.webrtc.org/1497393002/diff/160001/webrtc/base/objc/RTCDispatcher.m#newcode23 webrtc/base/objc/RTCDispatcher.m:23: "com.google.webrtc.RTCDispatcherCaptureSession", On 2015/12/07 23:02:16, Chuck wrote: > On 2015/12/07 ...
5 years ago (2015-12-07 23:03:51 UTC) #22
jiayl2
lgtm
5 years ago (2015-12-07 23:04:33 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1497393002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1497393002/180001
5 years ago (2015-12-07 23:10:47 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/2257)
5 years ago (2015-12-07 23:12:58 UTC) #28
tkchin_webrtc
https://codereview.webrtc.org/1497393002/diff/180001/webrtc/base/objc/RTCDispatcher.m File webrtc/base/objc/RTCDispatcher.m (right): https://codereview.webrtc.org/1497393002/diff/180001/webrtc/base/objc/RTCDispatcher.m#newcode23 webrtc/base/objc/RTCDispatcher.m:23: "org.webrtc.RTCDispatcherCaptureSession", No don't do this. org is a java ...
5 years ago (2015-12-08 00:36:11 UTC) #29
jiayl1
On 2015/12/08 00:36:11, tkchin_webrtc wrote: > https://codereview.webrtc.org/1497393002/diff/180001/webrtc/base/objc/RTCDispatcher.m > File webrtc/base/objc/RTCDispatcher.m (right): > > https://codereview.webrtc.org/1497393002/diff/180001/webrtc/base/objc/RTCDispatcher.m#newcode23 > ...
5 years ago (2015-12-08 00:38:30 UTC) #30
tkchin_webrtc
On 2015/12/08 00:38:30, jiayl1 wrote: > On 2015/12/08 00:36:11, tkchin_webrtc wrote: > > > https://codereview.webrtc.org/1497393002/diff/180001/webrtc/base/objc/RTCDispatcher.m ...
5 years ago (2015-12-08 00:43:23 UTC) #31
Chuck
Henrik, need your approval for removing a duplicated check line from the presubmit.py script. tkchin ...
5 years ago (2015-12-08 00:58:24 UTC) #33
kjellander_webrtc
PRESUBMIT.py: lgtm. Sorry about that one!
5 years ago (2015-12-08 06:29:24 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1497393002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1497393002/220001
5 years ago (2015-12-08 16:46:34 UTC) #37
commit-bot: I haz the power
Committed patchset #12 (id:220001)
5 years ago (2015-12-08 19:08:43 UTC) #38
commit-bot: I haz the power
5 years ago (2015-12-08 19:08:47 UTC) #40
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/edd8fefa9b31f903eefe1e9fcabb09a5d6fc1ad1
Cr-Commit-Position: refs/heads/master@{#10940}

Powered by Google App Engine
This is Rietveld 408576698