gst-plugins-rs/generic/threadshare
Sebastian Dröge d08268627e 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.
2020-04-22 14:02:44 +03:00
..
examples threashare: benchmark: fix target path 2020-04-09 19:57:18 +02:00
src threadshare/jitterbuffer: Use GSlice allocator for the jitter buffer items 2020-04-22 14:02:44 +03:00
tests Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
build.rs Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
Cargo.toml fix LGPL-2.1+ license in Cargo.toml 2020-04-16 13:07:21 +02:00