rtpmanager: packet lost should not be a warning. It happens all the time...
authorPascal Buhler <pascal.buhler@tandberg.com>
Fri, 25 Jun 2010 15:08:03 +0000 (17:08 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 24 Sep 2010 14:00:03 +0000 (16:00 +0200)
gst/rtpmanager/gstrtpjitterbuffer.c

index 3ac3cf3..50c7e9e 100644 (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;