Do not propagate generic descriptor on receiving frame
It was used only for the frame decryptor. Decryptor needs only raw representation that it can recreate in a way compatible with the new version of the descriptor. Bug: webrtc:10342 Change-Id: Ie098235ebb87c6f5e2af42d0022d2365cd6bfa29 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/166163 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30501}
This commit is contained in:

committed by
Commit Bot

parent
8cfecac6e8
commit
abf73de8ea
@ -473,7 +473,6 @@ std::unique_ptr<RtpFrameObject> PacketBuffer::AssembleFrame(
|
||||
last_packet.video_header.content_type, //
|
||||
first_packet.video_header, //
|
||||
last_packet.video_header.color_space, //
|
||||
first_packet.generic_descriptor, //
|
||||
RtpPacketInfos(std::move(packet_infos)), //
|
||||
std::move(bitstream));
|
||||
}
|
||||
|
Reference in New Issue
Block a user