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

Issue 1527143002: Update API for Objective-C RTCMediaStreamTrack (Closed)

Created:
5 years ago by hjon
Modified:
4 years, 11 months ago
Reviewers:
tkchin_webrtc
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update API for Objective-C RTCMediaStreamTrack. R=tkchin@webrtc.org Committed: https://crrev.com/81028796bc5b359c44a0b4a9d85c55e5db41f833 Patch from Jon Hjelle <hjon@andyet.net>;. Cr-Commit-Position: refs/heads/master@{#11208}

Patch Set 1 : Update to depend on RTCIceCandidate CL #

Patch Set 2 : Rebase with RTCIceCandidate changes #

Patch Set 3 : Fix build issues #

Total comments: 14

Patch Set 4 : Updates based on feedback #

Total comments: 3

Patch Set 5 : Changes from feedback #

Patch Set 6 : Rename track to nativeTrack #

Patch Set 7 : Changes based on feedback #

Patch Set 8 : Update against master #

Patch Set 9 : Add back files #

Patch Set 10 : Alphabetical order #

Patch Set 11 : Merged master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -1 line) Patch
M webrtc/api/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/api/api.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
A webrtc/api/objc/RTCMediaStreamTrack.h View 1 2 3 8 1 chunk +47 lines, -0 lines 0 comments Download
A webrtc/api/objc/RTCMediaStreamTrack.mm View 1 2 3 4 5 6 1 chunk +105 lines, -0 lines 0 comments Download
A webrtc/api/objc/RTCMediaStreamTrack+Private.h View 1 2 3 4 5 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
hjon
I'm not thrilled about the naming for the enum conversion methods (same for other CLs ...
5 years ago (2015-12-20 23:22:36 UTC) #6
hjon
5 years ago (2015-12-22 16:35:35 UTC) #7
tkchin_webrtc
https://codereview.webrtc.org/1527143002/diff/80001/webrtc/api/objc/RTCMediaStreamTrack+Private.h File webrtc/api/objc/RTCMediaStreamTrack+Private.h (right): https://codereview.webrtc.org/1527143002/diff/80001/webrtc/api/objc/RTCMediaStreamTrack+Private.h#newcode32 webrtc/api/objc/RTCMediaStreamTrack+Private.h:32: (rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>)track; NS_DESIGNATED_INITIALIZER https://codereview.webrtc.org/1527143002/diff/80001/webrtc/api/objc/RTCMediaStreamTrack.h File webrtc/api/objc/RTCMediaStreamTrack.h (right): https://codereview.webrtc.org/1527143002/diff/80001/webrtc/api/objc/RTCMediaStreamTrack.h#newcode32 webrtc/api/objc/RTCMediaStreamTrack.h:32: @property(nonatomic, ...
4 years, 11 months ago (2016-01-05 16:43:34 UTC) #8
hjon
https://codereview.webrtc.org/1527143002/diff/80001/webrtc/api/objc/RTCMediaStreamTrack+Private.h File webrtc/api/objc/RTCMediaStreamTrack+Private.h (right): https://codereview.webrtc.org/1527143002/diff/80001/webrtc/api/objc/RTCMediaStreamTrack+Private.h#newcode32 webrtc/api/objc/RTCMediaStreamTrack+Private.h:32: (rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>)track; On 2016/01/05 16:43:34, tkchin_webrtc wrote: > NS_DESIGNATED_INITIALIZER Done. ...
4 years, 11 months ago (2016-01-05 22:48:19 UTC) #9
tkchin_webrtc
https://codereview.webrtc.org/1527143002/diff/100001/webrtc/api/objc/RTCMediaStreamTrack.mm File webrtc/api/objc/RTCMediaStreamTrack.mm (right): https://codereview.webrtc.org/1527143002/diff/100001/webrtc/api/objc/RTCMediaStreamTrack.mm#newcode35 webrtc/api/objc/RTCMediaStreamTrack.mm:35: - (void)setIsEnabled:(BOOL)enabled { isEnabled https://codereview.webrtc.org/1527143002/diff/100001/webrtc/api/objc/RTCMediaStreamTrack.mm#newcode49 webrtc/api/objc/RTCMediaStreamTrack.mm:49: self.readyState]]; move into ...
4 years, 11 months ago (2016-01-06 19:30:52 UTC) #10
tkchin_webrtc
lgtm
4 years, 11 months ago (2016-01-06 19:54:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1527143002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1527143002/220001
4 years, 11 months ago (2016-01-06 20:48:12 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) win_baremetal on ...
4 years, 11 months ago (2016-01-06 22:48:34 UTC) #16
tkchin_webrtc
Committed patchset #11 (id:240001) manually as 81028796bc5b359c44a0b4a9d85c55e5db41f833 (presubmit successful).
4 years, 11 months ago (2016-01-11 21:16:24 UTC) #19
commit-bot: I haz the power
4 years, 11 months ago (2016-01-11 21:16:24 UTC) #20
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/81028796bc5b359c44a0b4a9d85c55e5db41f833
Cr-Commit-Position: refs/heads/master@{#11208}

Powered by Google App Engine
This is Rietveld 408576698