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

Issue 1546783002: Move RTCVideoSource to webrtc/api/objc. (Closed)

Created:
4 years, 12 months ago by hjon
Modified:
4 years, 11 months ago
Reviewers:
tkchin_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@updateRTCMediaSource
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Update against master and updated RTCMediaSource #

Total comments: 4

Patch Set 3 : Changes from feedback and merge master #

Patch Set 4 : Update comment #

Total comments: 4

Patch Set 5 : Changes based on feedback #

Total comments: 10

Patch Set 6 : Changes based on discussion #

Patch Set 7 : Update against master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -184 lines) Patch
M webrtc/api/BUILD.gn View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/api/api.gyp View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/api/objc/RTCMediaSource.h View 1 2 3 4 5 1 chunk +0 lines, -31 lines 0 comments Download
M webrtc/api/objc/RTCMediaSource.mm View 1 2 3 4 5 1 chunk +0 lines, -84 lines 0 comments Download
M webrtc/api/objc/RTCMediaSource+Private.h View 1 2 3 4 5 1 chunk +0 lines, -41 lines 0 comments Download
A + webrtc/api/objc/RTCVideoSource.h View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/api/objc/RTCVideoSource.mm View 1 2 3 4 5 1 chunk +12 lines, -12 lines 0 comments Download
A + webrtc/api/objc/RTCVideoSource+Private.h View 1 2 3 4 5 1 chunk +8 lines, -8 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (3 generated)
hjon
4 years, 12 months ago (2015-12-22 21:41:58 UTC) #2
tkchin_webrtc
https://codereview.webrtc.org/1546783002/diff/20001/webrtc/api/objc/RTCVideoSource+Private.h File webrtc/api/objc/RTCVideoSource+Private.h (right): https://codereview.webrtc.org/1546783002/diff/20001/webrtc/api/objc/RTCVideoSource+Private.h#newcode25 webrtc/api/objc/RTCVideoSource+Private.h:25: Shouldn't we have a ctor here that takes a ...
4 years, 11 months ago (2016-01-11 21:32:34 UTC) #3
hjon
https://codereview.webrtc.org/1546783002/diff/20001/webrtc/api/objc/RTCVideoSource+Private.h File webrtc/api/objc/RTCVideoSource+Private.h (right): https://codereview.webrtc.org/1546783002/diff/20001/webrtc/api/objc/RTCVideoSource+Private.h#newcode25 webrtc/api/objc/RTCVideoSource+Private.h:25: On 2016/01/11 21:32:34, tkchin_webrtc wrote: > Shouldn't we have ...
4 years, 11 months ago (2016-01-11 22:45:08 UTC) #4
hjon
Updated comment.
4 years, 11 months ago (2016-01-11 22:47:40 UTC) #5
tkchin_webrtc
https://codereview.webrtc.org/1546783002/diff/60001/webrtc/api/objc/RTCVideoSource+Private.h File webrtc/api/objc/RTCVideoSource+Private.h (right): https://codereview.webrtc.org/1546783002/diff/60001/webrtc/api/objc/RTCVideoSource+Private.h#newcode28 webrtc/api/objc/RTCVideoSource+Private.h:28: (rtc::scoped_refptr<webrtc::VideoSourceInterface>)nativeVideoSource; designated ctor https://codereview.webrtc.org/1546783002/diff/60001/webrtc/api/objc/RTCVideoSource.mm File webrtc/api/objc/RTCVideoSource.mm (right): https://codereview.webrtc.org/1546783002/diff/60001/webrtc/api/objc/RTCVideoSource.mm#newcode23 webrtc/api/objc/RTCVideoSource.mm:23: ...
4 years, 11 months ago (2016-01-11 22:59:08 UTC) #6
hjon
tkchin@ Based on our conversation, I think I got everything updated. Let me know if ...
4 years, 11 months ago (2016-01-12 00:25:16 UTC) #7
tkchin_webrtc
https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource+Private.h File webrtc/api/objc/RTCMediaSource+Private.h (right): https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource+Private.h#newcode32 webrtc/api/objc/RTCMediaSource+Private.h:32: rtc::scoped_refptr<webrtc::VideoSourceInterface> nativeVideoSource; this shouldn't be here - only in ...
4 years, 11 months ago (2016-01-13 02:26:27 UTC) #8
hjon
https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource+Private.h File webrtc/api/objc/RTCMediaSource+Private.h (right): https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource+Private.h#newcode32 webrtc/api/objc/RTCMediaSource+Private.h:32: rtc::scoped_refptr<webrtc::VideoSourceInterface> nativeVideoSource; On 2016/01/13 02:26:27, tkchin_webrtc wrote: > this ...
4 years, 11 months ago (2016-01-13 18:07:00 UTC) #9
tkchin_webrtc
https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.h File webrtc/api/objc/RTCMediaSource.h (left): https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.h#oldcode27 webrtc/api/objc/RTCMediaSource.h:27: - (instancetype)init NS_UNAVAILABLE; restore this https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.mm File webrtc/api/objc/RTCMediaSource.mm (left): ...
4 years, 11 months ago (2016-01-14 01:34:02 UTC) #10
hjon
https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.h File webrtc/api/objc/RTCMediaSource.h (left): https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.h#oldcode27 webrtc/api/objc/RTCMediaSource.h:27: - (instancetype)init NS_UNAVAILABLE; On 2016/01/14 01:34:02, tkchin_webrtc wrote: > ...
4 years, 11 months ago (2016-01-14 17:04:24 UTC) #11
tkchin_webrtc
https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.mm File webrtc/api/objc/RTCMediaSource.mm (left): https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.mm#oldcode34 webrtc/api/objc/RTCMediaSource.mm:34: - (instancetype)initWithNativeMediaSource: On 2016/01/14 17:04:24, hjon wrote: > On ...
4 years, 11 months ago (2016-01-14 22:27:41 UTC) #12
hjon
https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.mm File webrtc/api/objc/RTCMediaSource.mm (left): https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.mm#oldcode34 webrtc/api/objc/RTCMediaSource.mm:34: - (instancetype)initWithNativeMediaSource: On 2016/01/14 22:27:41, tkchin_webrtc wrote: > On ...
4 years, 11 months ago (2016-01-14 23:18:10 UTC) #13
tkchin_webrtc
On 2016/01/14 23:18:10, hjon wrote: > https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.mm > File webrtc/api/objc/RTCMediaSource.mm (left): > > https://codereview.webrtc.org/1546783002/diff/80001/webrtc/api/objc/RTCMediaSource.mm#oldcode34 > ...
4 years, 11 months ago (2016-01-20 21:16:07 UTC) #14
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/065aacc2490478062fc8128799d4ce90f5c8bcd6 Cr-Commit-Position: refs/heads/master@{#11325}
4 years, 11 months ago (2016-01-20 21:25:58 UTC) #17
tkchin_webrtc
4 years, 11 months ago (2016-01-20 21:25:59 UTC) #18
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
065aacc2490478062fc8128799d4ce90f5c8bcd6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698