Chromium Code Reviews| Index: webrtc/video/video_receive_stream.h |
| diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h |
| index c86d6b80ee4793e7632ce8efc0fd5c9fb3ee0ca2..3ff61dafa1ec8989beefd5ab6bd8c94a082f3a95 100644 |
| --- a/webrtc/video/video_receive_stream.h |
| +++ b/webrtc/video/video_receive_stream.h |
| @@ -107,6 +107,9 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream, |
| uint32_t GetPlayoutTimestamp() const override; |
| void SetMinimumPlayoutDelay(int delay_ms) override; |
| + void AddSecondarySink(RtpPacketSinkInterface* sink) override; |
|
stefan-webrtc
2017/08/02 08:20:44
Add a comment indicating what interface this imple
eladalon
2017/08/02 09:16:27
Moved this to the webrtc::VideoReceiveStream secti
|
| + void RemoveSecondarySink(const RtpPacketSinkInterface* sink) override; |
| + |
| private: |
| static void DecodeThreadFunction(void* ptr); |
| bool Decode(); |