rtpmanager: packet lost should not be a warning. It happens all the time...

This commit is contained in:
Pascal Buhler 2010-06-25 17:08:03 +02:00 committed by Wim Taymans
parent ca6a512b5e
commit 7a8c2a4b8a

View file

@ -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;