| Index: webrtc/api/webrtcsession.h
|
| diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h
|
| index 70265d30434e012369a508bf0e847553bb17dd07..b6ecc777d3415296e02a13b1b2104eae83e2bb59 100644
|
| --- a/webrtc/api/webrtcsession.h
|
| +++ b/webrtc/api/webrtcsession.h
|
| @@ -33,7 +33,6 @@ namespace cricket {
|
| class ChannelManager;
|
| class DataChannel;
|
| class StatsReport;
|
| -class VideoCapturer;
|
| class VideoChannel;
|
| class VoiceChannel;
|
|
|
| @@ -240,7 +239,9 @@ class WebRtcSession : public AudioProviderInterface,
|
| rtc::scoped_ptr<AudioSinkInterface> sink) override;
|
|
|
| // Implements VideoMediaProviderInterface.
|
| - bool SetCaptureDevice(uint32_t ssrc, cricket::VideoCapturer* camera) override;
|
| + bool SetSource(
|
| + uint32_t ssrc,
|
| + rtc::VideoSourceInterface<cricket::VideoFrame>* source) override;
|
| void SetVideoPlayout(
|
| uint32_t ssrc,
|
| bool enable,
|
|
|