After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751846 - rtpjitterbuffer: With do-retransmission and rtx-next-seqnum, wakes up the timeout thread for every packet that arrives
rtpjitterbuffer: With do-retransmission and rtx-next-seqnum, wakes up the tim...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-02 15:24 UTC by Sebastian Dröge (slomo)
Modified: 2018-11-03 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2015-07-02 15:24:06 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.
Comment 1 GStreamer system administrator 2018-11-03 15:01:42 UTC
-- 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.