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 |