Rename class RtpStreamReceiver --> RtpVideoStreamReceiver.
This class is video-specific, and we want to free the name "RtpStreamReceiver" so it can be reused for a media-independent RTP receive class. Also renames related files. BUG=webrtc:7135 Review-Url: https://codereview.webrtc.org/2926253002 Cr-Commit-Position: refs/heads/master@{#18510}
This commit is contained in:
@ -112,7 +112,7 @@ bool FlexfecReceiver::AddReceivedPacket(const RtpPacketReceived& packet) {
|
||||
// This implementation only returns _recovered_ media packets through the
|
||||
// callback, whereas the implementation in UlpfecReceiver returns _all inserted_
|
||||
// media packets through the callback. The latter behaviour makes sense
|
||||
// for ULPFEC, since the ULPFEC receiver is owned by the RtpStreamReceiver.
|
||||
// for ULPFEC, since the ULPFEC receiver is owned by the RtpVideoStreamReceiver.
|
||||
// Here, however, the received media pipeline is more decoupled from the
|
||||
// FlexFEC decoder, and we therefore do not interfere with the reception
|
||||
// of non-recovered media packets.
|
||||
|
||||
Reference in New Issue
Block a user