rtpjitterbuffer: Change RTX timer availability checks to assertions
authorSebastian Dröge <sebastian@centricular.com>
Fri, 2 Sep 2022 09:19:26 +0000 (12:19 +0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 3 Sep 2022 09:26:24 +0000 (09:26 +0000)
commit0b19c457cae445de3ca678d3a33faf7f9cc12772
tree659cb80d64cda60669b949f37dd6b4bb5bfa04c8
parent2ca849499ee624550be7f026c2374fa760afd52c
rtpjitterbuffer: Change RTX timer availability checks to assertions

It's impossible to end up in the corresponding code without a timer for
RTX packets because otherwise it would be an unsolicited RTX packet and
we would've already returned early.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2973>
subprojects/gst-plugins-good/gst/rtpmanager/gstrtpjitterbuffer.c