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

Unified Diff: tools_webrtc/ios/SDK/PodTest/PodTest/ViewController.m

Issue 2987143003: Remove RTCAVFoundationVideoSource
Patch Set: Created 3 years, 5 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
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ARDAppClient.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools_webrtc/ios/SDK/PodTest/PodTest/ViewController.m
diff --git a/tools_webrtc/ios/SDK/PodTest/PodTest/ViewController.m b/tools_webrtc/ios/SDK/PodTest/PodTest/ViewController.m
index 39a8c76ff27172ee68a99e94c6d657624e3ebf41..e8915a69cc81b8df62a56045c0c06399fb3feefc 100644
--- a/tools_webrtc/ios/SDK/PodTest/PodTest/ViewController.m
+++ b/tools_webrtc/ios/SDK/PodTest/PodTest/ViewController.m
@@ -13,7 +13,7 @@
@interface ViewController ()
@property (nonatomic, strong) RTCPeerConnectionFactory *factory;
-@property (nonatomic, strong) RTCAVFoundationVideoSource *videoSource;
+@property (nonatomic, strong) RTCVideoSource *videoSource;
@end
@implementation ViewController
@@ -21,7 +21,7 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.factory = [[RTCPeerConnectionFactory alloc] init];
- self.videoSource = [self.factory avFoundationVideoSourceWithConstraints:nil];
+ self.videoSource = [self.factory videoSource];
}
@end
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ARDAppClient.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698