mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
rtpmanager: packet lost should not be a warning. It happens all the time...
This commit is contained in:
parent
ca6a512b5e
commit
7a8c2a4b8a
1 changed files with 1 additions and 1 deletions
|
@ -1776,7 +1776,7 @@ again:
|
|||
GstEvent *event;
|
||||
|
||||
/* 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++;
|
||||
discont = TRUE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue