Update/delete old TODOs
Bug: webrtc:10198 Change-Id: I0341e068d792bc0b143db86e675988f4cd07ff2e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267822 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37454}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
6183a0fe9a
commit
cb99ccd244
@ -18,12 +18,11 @@ namespace webrtc {
|
||||
|
||||
// An RtpStreamReceiver is responsible for the rtp-specific but
|
||||
// media-independent state needed for receiving an RTP stream.
|
||||
// TODO(nisse): Currently, only owns the association between ssrc and
|
||||
// the stream's RtpPacketSinkInterface. Ownership of corresponding
|
||||
// objects from modules/rtp_rtcp/ should move to this class (or
|
||||
// rather, the corresponding implementation class). We should add
|
||||
// methods for getting rtp receive stats, and for sending RTCP
|
||||
// messages related to the receive stream.
|
||||
// TODO(bugs.webrtc.org/7135): Currently, only owns the association between ssrc
|
||||
// and the stream's RtpPacketSinkInterface. Ownership of corresponding objects
|
||||
// from modules/rtp_rtcp/ should move to this class (or rather, the
|
||||
// corresponding implementation class). We should add methods for getting rtp
|
||||
// receive stats, and for sending RTCP messages related to the receive stream.
|
||||
class RtpStreamReceiverInterface {
|
||||
public:
|
||||
virtual ~RtpStreamReceiverInterface() {}
|
||||
|
||||
Reference in New Issue
Block a user