[Bug 751636] rtpjitterbuffer: wastes too CPU processing unnecessary too much timers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 2 10:34:16 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751636

--- Comment #13 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
For making the timer handling more efficient we could probably go with two
GSequences. One sorted by (< seqnum), the other sorted by (< (timeout,
seqnum)). The second needs to be resorted whenever the properties change. Both
can be used to find by "ptr" by just looking for the seqnum / timeout value.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list