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

Unified Diff: talk/app/webrtc/objc/RTCVideoSource.mm

Issue 1770003002: Renamed VideoSourceInterface to VideoTrackSourceInterface. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 4 years, 9 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: talk/app/webrtc/objc/RTCVideoSource.mm
diff --git a/talk/app/webrtc/objc/RTCVideoSource.mm b/talk/app/webrtc/objc/RTCVideoSource.mm
index 5a1ed7415bdfe660ccf01c609252ec9bb517ab44..d106fe1e958058de260bcd23f6a0bbd98fa4b5eb 100644
--- a/talk/app/webrtc/objc/RTCVideoSource.mm
+++ b/talk/app/webrtc/objc/RTCVideoSource.mm
@@ -37,8 +37,8 @@
@implementation RTCVideoSource (Internal)
-- (rtc::scoped_refptr<webrtc::VideoSourceInterface>)videoSource {
- return static_cast<webrtc::VideoSourceInterface*>(self.mediaSource.get());
+- (rtc::scoped_refptr<webrtc::VideoTrackSourceInterface>)videoSource {
+ return static_cast<webrtc::VideoTrackSourceInterface *>(self.mediaSource.get());
}
@end

Powered by Google App Engine
This is Rietveld 408576698