| Index: webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.h
|
| diff --git a/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.h b/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.h
|
| index 5ce0462cff12a258fcbbbe7b68d3f34fcbaaf4c8..ebabb8ce20d7e2202b73eca3e20e03d487324485 100644
|
| --- a/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.h
|
| +++ b/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.h
|
| @@ -25,8 +25,7 @@ class Thread;
|
|
|
| namespace webrtc {
|
|
|
| -class AVFoundationVideoCapturer : public cricket::VideoCapturer,
|
| - public rtc::MessageHandler {
|
| +class AVFoundationVideoCapturer : public cricket::VideoCapturer {
|
| public:
|
| AVFoundationVideoCapturer();
|
| ~AVFoundationVideoCapturer();
|
| @@ -59,16 +58,8 @@ class AVFoundationVideoCapturer : public cricket::VideoCapturer,
|
| void CaptureSampleBuffer(CMSampleBufferRef sample_buffer,
|
| webrtc::VideoRotation rotation);
|
|
|
| - // Handles messages from posts.
|
| - void OnMessage(rtc::Message *msg) override;
|
| -
|
| private:
|
| - void OnFrameMessage(CVImageBufferRef image_buffer,
|
| - webrtc::VideoRotation rotation,
|
| - int64_t capture_time_ns);
|
| -
|
| RTCAVFoundationVideoCapturerInternal *_capturer;
|
| - rtc::Thread *_startThread; // Set in Start(), unset in Stop().
|
| webrtc::I420BufferPool _buffer_pool;
|
| }; // AVFoundationVideoCapturer
|
|
|
|
|