rtpsession: Wait longer to timeout SSRC collision
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>
Mon, 25 Apr 2011 20:13:38 +0000 (16:13 -0400)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 25 Jul 2011 14:18:58 +0000 (16:18 +0200)
commit4d48109f9d5da9106130485d37841bbf3423cd6f
treee0b8066862ee1be3f2c7f4a4ffd22cecc65d7a4e
parent9764b57b0a0ea169dbd894e0d81894cd1d0b2e61
rtpsession: Wait longer to timeout SSRC collision

Using the current RTCP interval to timeout SSRC collision can lead to
collisions being timed out immediately if a BYE packet is sent because
it is sent immediately, so the interval is 0. This is not what we
want. So just set a static 10 times the default RTCP interval, it
should be enough

https://bugzilla.gnome.org/show_bug.cgi?id=648642
gst/rtpmanager/rtpsession.c