Rename FecReceiver to UlpfecReceiver.

BUG=webrtc:5654

Review-Url: https://codereview.webrtc.org/2451643002
Cr-Commit-Position: refs/heads/master@{#14846}
This commit is contained in:
brandtr
2016-10-31 04:51:33 -07:00
committed by Commit bot
parent 6b825df37e
commit d55c3f68c8
11 changed files with 105 additions and 190 deletions

View File

@ -131,9 +131,9 @@ bool FlexfecReceiverImpl::AddReceivedPacket(const uint8_t* packet,
}
// Note that the implementation of this member function and the implementation
// in FecReceiver::ProcessReceivedFec() are slightly different.
// in UlpfecReceiver::ProcessReceivedFec() are slightly different.
// This implementation only returns _recovered_ media packets through the
// callback, whereas the implementation in FecReceiver returns _all inserted_
// 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.
// Here, however, the received media pipeline is more decoupled from the