gstreamer/tests/check
Mikhail Fludkov ee7e80d615 rtpsession: don't act on suspicious BYE RTCP
Some endpoints (like Tandberg E20) can send BYE packet containing our
internal SSRC. I this case we would detect SSRC collision and get rid
of the source at some point. But because we are still sending packets
with that SSRC the source will be recreated immediately.
This brand new internal source will not have some variables incorrectly
set in its state. For example 'seqnum-base` and `clock-rate` values will be
-1.
The fix is not to act on BYE RTCP if it contains internal or unknown
SSRC.

https://bugzilla.gnome.org/show_bug.cgi?id=762219
2016-05-20 09:28:39 +03:00
..
elements rtpsession: don't act on suspicious BYE RTCP 2016-05-20 09:28:39 +03:00
generic check: Rename states unit test 2015-08-14 11:13:01 +02:00
pipelines tests: fix a thinko in the wavenc example 2016-01-12 22:20:33 +00:00
.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 rtpsession: don't act on suspicious BYE RTCP 2016-05-20 09:28:39 +03:00