GNOME Bugzilla – Bug 751846
rtpjitterbuffer: With do-retransmission and rtx-next-seqnum, wakes up the timeout thread for every packet that arrives
Last modified: 2018-11-03 15:01:42 UTC
update_timers() will remove the current timeout for the current packet and add a new timeout for the next packet. That will unschedule the current timeout, timeout thread wakes up, waits for the next timeout. Goto beginning. This means we're doing a lot of context switches in the good case when no packets are lost and no reordering happens.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/198.