Improving error message from neteq_rtpplay
If a packet with unknown RTP payload type is inserted, this CL will make sure that the error message is a little more detailed and gives a better understadning of what to do. BUG=2692 R=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27909004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7603 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -352,7 +352,7 @@ bool NetEqImpl::GetPlayoutTimestamp(uint32_t* timestamp) {
|
||||
return true;
|
||||
}
|
||||
|
||||
int NetEqImpl::LastError() {
|
||||
int NetEqImpl::LastError() const {
|
||||
CriticalSectionScoped lock(crit_sect_.get());
|
||||
return error_code_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user