Skip to content

threadshare/jitterbuffer: Use GSlice allocator for the jitter buffer items

They're actually used as a hackish intrusive list around GQueue so using a different allocator is rather dangerous. Or rather, this is generally dangerous and shouldn't be done but ...

Also make sure to free items manually in finalize() so that any contained buffers can also be unreffed.

Merge request reports