Change GetPlayoutTimestamp message from Error to Info
This message was printed to the receiver's log on every single video frame if the remote side is sending video but not audio. This could happen if, for example, one participant creates RtpSenders for both audio and video but doesn't set the audio track, or if the track is set but RtpParameters.encodings[0].active == false. This CL changes the trace level to StateInfo as it is the expected behavior in this case. R=deadbeef@webrtc.org, henrika@webrtc.org Review URL: https://codereview.webrtc.org/2125183002 . Cr-Commit-Position: refs/heads/master@{#13408}
This commit is contained in:
parent
44905cf49f
commit
4c0536bd51
@ -3225,7 +3225,7 @@ int Channel::GetPlayoutTimestamp(unsigned int& timestamp) {
|
||||
}
|
||||
if (playout_timestamp_rtp == 0) {
|
||||
_engineStatisticsPtr->SetLastError(
|
||||
VE_CANNOT_RETRIEVE_VALUE, kTraceError,
|
||||
VE_CANNOT_RETRIEVE_VALUE, kTraceStateInfo,
|
||||
"GetPlayoutTimestamp() failed to retrieve timestamp");
|
||||
return -1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user