GNOME Bugzilla – Bug 750731
rtpsession test fails sometimes
Last modified: 2015-08-31 20:44:04 UTC
Run it as make elements/rtpsession.forever and it fails relatively quickly with the following error: ERROR:elements/rtpsession.c:248:test_multiple_ssrc_rr: assertion failed (gst_rtcp_packet_get_rb_count (&rtcp_packet) == 2): (1 == 2) 66%: Checks: 3, Failures: 0, Errors: 1
This was actually also broken in 1.4, so it's not a regression. Lowering priority, I also think this may actually be a bug in the test.
Fixed! commit 7cc59fcdf6bf7024fdba337ca5eb566ee1667405 Author: Olivier Crête <olivier.crete@collabora.com> Date: Mon Aug 31 16:42:30 2015 -0400 tests: Fix rtpsession test failure The time of the first RTCP packet is semi-random, so sometimes it was produced before enough packets from the second SSRC were received. First drop queued RTCP packets, then advance the clock enough to ensure that at least one new RTCP packet is produced. https://bugzilla.gnome.org/show_bug.cgi?id=750731