rtpjitterbuffer: Don't warn for duplicate packets

This is a normal scenario and should not be a warning.  This can
happen frequently when re-transmits of lost packets are enabled.

https://bugzilla.gnome.org/show_bug.cgi?id=762208
This commit is contained in:
Thomas Bluemel 2016-08-10 11:26:17 -06:00 committed by Sebastian Dröge
parent 75b601bbd4
commit e7d4ad7ac7

View file

@ -1032,7 +1032,7 @@ append:
/* ERRORS */
duplicate:
{
GST_WARNING ("duplicate packet %d found", (gint) seqnum);
GST_DEBUG ("duplicate packet %d found", (gint) seqnum);
return FALSE;
}
}