Delete VideoStreamEncoder::OnReceivedIntraFrameRequest.
Duplicates SendKeyFrame, since current simulcast encoders always produces key frames for all simulcast layers. Bug: webrtc:8830 Change-Id: Iec0e46d52de9d85e59fb5b99761416ce027ea876 Reviewed-on: https://webrtc-review.googlesource.com/54300 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22057}
This commit is contained in:
@ -99,10 +99,8 @@ class VideoStreamEncoder : public rtc::VideoSinkInterface<VideoFrame>,
|
||||
// guaranteed that no encoded frames will be delivered to the sink.
|
||||
void Stop();
|
||||
|
||||
void SendKeyFrame();
|
||||
|
||||
// virtual to test EncoderStateFeedback with mocks.
|
||||
virtual void OnReceivedIntraFrameRequest(size_t stream_index);
|
||||
// virtual to test EncoderRtcpFeedback with mocks.
|
||||
virtual void SendKeyFrame();
|
||||
|
||||
void OnBitrateUpdated(uint32_t bitrate_bps,
|
||||
uint8_t fraction_lost,
|
||||
|
Reference in New Issue
Block a user