rtpsession: don't use invalid times in RTCP timeouts
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 23 Jul 2013 15:40:02 +0000 (17:40 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 23 Jul 2013 15:41:48 +0000 (17:41 +0200)
commitdece8413ef338c257283267482517b723878e5a4
tree3c73176ae8752c3946941dec2a0387aa58a74acf
parent25e0f0d6b6c588995a56440c9380164042b7b90c
rtpsession: don't use invalid times in RTCP timeouts

An invalid timeout can be calculated when we disabled RTCP by setting the
bandwidth to 0. Make sure all code can handle this case.

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