Remove use of deprecated SetRates in VideoSendStreamtest
Bug: webrtc:10481 Change-Id: I6256c1e8c3ebc86690f3e25f73b786d801311c96 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134110 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27758}
This commit is contained in:
parent
eea9288367
commit
6f46e4acc5
@ -2345,9 +2345,8 @@ TEST_F(VideoSendStreamTest, EncoderIsProperlyInitializedAndDestroyed) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) override {
|
||||
void SetRates(const RateControlParameters& parameters) override {
|
||||
EXPECT_TRUE(IsReadyForEncode());
|
||||
return 0;
|
||||
}
|
||||
|
||||
void OnVideoStreamsCreated(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user