Hotfix for psnr regresion with fec tests caused by timing frames.
BUG=chromium:735001,webrtc:7594 Review-Url: https://codereview.webrtc.org/2946893002 Cr-Commit-Position: refs/heads/master@{#18681}
This commit is contained in:
@ -463,7 +463,9 @@ TEST_P(RtpSenderTest, SendsPacketsWithTransportSequenceNumber) {
|
||||
EXPECT_EQ(transport_.last_packet_id_, transport_seq_no);
|
||||
}
|
||||
|
||||
TEST_P(RtpSenderTestWithoutPacer, WritesTimestampToTimingExtension) {
|
||||
// Disabled due to webrtc:7859. Until issues with FEC resolved, pacer exit
|
||||
// timstamp is not updated in the pacer.
|
||||
TEST_P(RtpSenderTestWithoutPacer, DISABLED_WritesTimestampToTimingExtension) {
|
||||
rtp_sender_->SetStorePacketsStatus(true, 10);
|
||||
EXPECT_EQ(0, rtp_sender_->RegisterRtpHeaderExtension(
|
||||
kRtpExtensionVideoTiming, kVideoTimingExtensionId));
|
||||
|
||||
Reference in New Issue
Block a user