gstreamer/tests/check
Havard Graff bea35f97c8 rtpjitterbuffer: fix bug in reschedule_timer
The new timeout is always going to be (timeout + delay), however, the
old behavior compared the current timeout to just (timeout), basically
being (delay) off.

This would happen if rtx-delay == rtx-retry-timeout, with the result that
a second rtx attempt for any buffers would be scheduled immediately instead
of after rtx-delay ms.

Simply calculate (new_timeout = timeout + delay) and then use that instead.

https://bugzilla.gnome.org/show_bug.cgi?id=773905
2016-11-04 16:40:14 +02:00
..
elements rtpjitterbuffer: fix bug in reschedule_timer 2016-11-04 16:40:14 +02:00
generic check: Rename states unit test 2015-08-14 11:13:01 +02:00
pipelines tests: Fix tagschecking failure due to missing PTS 2016-09-30 13:25:10 +05:30
.gitignore tests: ignore sub-directory with orc tests 2010-06-17 16:41:56 +01:00
gst-plugins-good.supp suppressions: ignore an apparent bug in strtod 2015-04-15 18:00:00 +01:00
Makefile.am tests: use GST_NET_LIBS instead of hardcoded -lgstnet 2016-08-26 21:22:16 +02:00
meson.build Revert "meson: move gstreamer-check-1.0 dependency to tests/check" 2016-10-25 11:47:22 +05:30