mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 20:30:41 +00:00
Bug 1817024 (MOZ) - Add GenerateKeyFrame() to MockVideoSendStream. r=mjf
Differential Revision: https://phabricator.services.mozilla.com/D170856
This commit is contained in:
parent
7c05554d10
commit
2a7d894d60
@ -143,6 +143,8 @@ class MockVideoSendStream : public webrtc::VideoSendStream {
|
||||
return std::vector<rtc::scoped_refptr<webrtc::Resource>>();
|
||||
}
|
||||
|
||||
void GenerateKeyFrame() override {}
|
||||
|
||||
virtual ~MockVideoSendStream() {}
|
||||
|
||||
const RefPtr<MockCallWrapper> mCallWrapper;
|
||||
@ -187,7 +189,8 @@ class MockVideoReceiveStream : public webrtc::VideoReceiveStreamInterface {
|
||||
|
||||
void SetRtcpMode(webrtc::RtcpMode mode) override {}
|
||||
|
||||
void SetFlexFecProtection(webrtc::RtpPacketSinkInterface* flexfec_sink) override {}
|
||||
void SetFlexFecProtection(
|
||||
webrtc::RtpPacketSinkInterface* flexfec_sink) override {}
|
||||
|
||||
void SetLossNotificationEnabled(bool enabled) override {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user