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

Unified Diff: webrtc/api/objc/RTCVideoSource.mm

Issue 1553743003: Update API for Objective-C RTCAudioTrack and RTCVideoTrack. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@updateRTCMediaStreamTrack
Patch Set: Improve comments a bit Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/objc/RTCVideoSource.mm
diff --git a/webrtc/api/objc/RTCVideoSource.mm b/webrtc/api/objc/RTCVideoSource.mm
index 35f30e3b38b02d1f937f0bff2b5f913fd2d9a36c..b92db470fd43ed315caa506ae948999791a0704f 100644
--- a/webrtc/api/objc/RTCVideoSource.mm
+++ b/webrtc/api/objc/RTCVideoSource.mm
@@ -16,6 +16,7 @@
rtc::scoped_refptr<webrtc::VideoSourceInterface> _nativeVideoSource;
}
+
tkchin_webrtc 2016/01/21 01:23:30 ?
hjon 2016/01/21 19:53:27 Not sure what happened...removed.
- (RTCSourceState)state {
return [[self class] sourceStateForNativeState:_nativeVideoSource->state()];
}

Powered by Google App Engine
This is Rietveld 408576698