Index: webrtc/api/objc/RTCVideoTrack.mm |
diff --git a/webrtc/api/objc/RTCVideoTrack.mm b/webrtc/api/objc/RTCVideoTrack.mm |
index 8a9e3d7fd605c2554074c1251665d682defd3e57..5834af761bafa4bd5d0310daf8be2e452da83479 100644 |
--- a/webrtc/api/objc/RTCVideoTrack.mm |
+++ b/webrtc/api/objc/RTCVideoTrack.mm |
@@ -58,7 +58,7 @@ |
- (RTCVideoSource *)source { |
if (!_source) { |
- rtc::scoped_refptr<webrtc::VideoSourceInterface> source = |
+ rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> source = |
self.nativeVideoTrack->GetSource(); |
if (source) { |
_source = [[RTCVideoSource alloc] initWithNativeVideoSource:source.get()]; |