Do not propage RTPFragmentationHeader into rtp_rtcp
It is not longer needed by the rtp_rtcp module. Bug: webrtc:6471 Change-Id: I89a4374a50c54a02e9f20a5ce789eac308aaffeb Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179523 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31773}
This commit is contained in:
committed by
Commit Bot
parent
a5d9c1a45c
commit
31cb3abd36
@ -236,7 +236,7 @@ class RtpRtcpImpl2Test : public ::testing::Test {
|
||||
const uint8_t payload[100] = {0};
|
||||
EXPECT_TRUE(module->impl_->OnSendingRtpFrame(0, 0, codec_.plType, true));
|
||||
EXPECT_TRUE(sender->SendVideo(codec_.plType, VideoCodecType::kVideoCodecVP8,
|
||||
0, 0, payload, nullptr, rtp_video_header, 0));
|
||||
0, 0, payload, rtp_video_header, 0));
|
||||
}
|
||||
|
||||
void IncomingRtcpNack(const RtpRtcpModule* module, uint16_t sequence_number) {
|
||||
|
||||
Reference in New Issue
Block a user