rtpmanager: packet lost should not be a warning. It happens all the time...
This commit is contained in:
parent
ca6a512b5e
commit
7a8c2a4b8a
@ -1776,7 +1776,7 @@ again:
|
|||||||
GstEvent *event;
|
GstEvent *event;
|
||||||
|
|
||||||
/* we had a gap and thus we lost a packet. Create an event for this. */
|
/* we had a gap and thus we lost a packet. Create an event for this. */
|
||||||
GST_WARNING_OBJECT (jitterbuffer, "Packet #%d lost", next_seqnum);
|
GST_DEBUG_OBJECT (jitterbuffer, "Packet #%d lost", next_seqnum);
|
||||||
priv->num_late++;
|
priv->num_late++;
|
||||||
discont = TRUE;
|
discont = TRUE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user