mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
7a206336dd
Doing so prevents us dropping buffers in the rare, but possible, situations, when the stream changes SSRC and new sequence numbers does not differ much from the last sequence number from previous SSRC. For example: ssrc - 0xaaaa 101,102,103,104 ssrc - 0xbbbb 102, 103, 104, 105... In the scenario above we don't want to drop the first 3 packets of 0xbbbb stream. https://bugzilla.gnome.org/show_bug.cgi?id=764459 |
||
---|---|---|
.. | ||
check | ||
examples | ||
files | ||
icles | ||
Makefile.am |