DescriptionReplace RtpStreamReceiver::DeliverRtp with OnRtpPacket.
This avoids redoing RTP header parsing already done in Call, for video.
The next step is to convert other types of receive streams, i.e.,
audio and flexfec, to use a compatible OnRtpPacket method. We can then
introduce a shared base interface, and simplify media-independent
receive processing in Call.
BUG=webrtc:7135
Review-Url: https://codereview.webrtc.org/2681673004
Cr-Commit-Position: refs/heads/master@{#16583}
Committed: https://chromium.googlesource.com/external/webrtc/+/38cc1d6b31eff566651bc1d09b8a4e9093bcb90d
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address feedback. #
Total comments: 6
Patch Set 3 : Use GetExtension return value. #Patch Set 4 : Change return type of OnRtpPacket from bool to void. #
Total comments: 4
Patch Set 5 : Delete redundant conditionals. #Patch Set 6 : Move test involving incorrect h264 data. #
Total comments: 1
Messages
Total messages: 32 (9 generated)
|