Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.
Clean some logs and add asserts in the way. BUG=3153 R=mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11129004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5861 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -25,7 +25,7 @@ class CriticalSectionWrapper;
|
||||
|
||||
class FecReceiverImpl : public FecReceiver {
|
||||
public:
|
||||
FecReceiverImpl(const int32_t id, RtpData* callback);
|
||||
FecReceiverImpl(RtpData* callback);
|
||||
virtual ~FecReceiverImpl();
|
||||
|
||||
virtual int32_t AddReceivedRedPacket(const RTPHeader& rtp_header,
|
||||
@ -36,7 +36,6 @@ class FecReceiverImpl : public FecReceiver {
|
||||
virtual int32_t ProcessReceivedFec() OVERRIDE;
|
||||
|
||||
private:
|
||||
int id_;
|
||||
scoped_ptr<CriticalSectionWrapper> crit_sect_;
|
||||
RtpData* recovered_packet_callback_;
|
||||
ForwardErrorCorrection* fec_;
|
||||
|
||||
Reference in New Issue
Block a user