gstreamer/plugins
Sebastian Dröge dcb2be3282 filesink: Add a new full buffer mode to filesink
Previously the default and full modes were the same. Now the default
mode is like before: it accumulates all buffers in a buffer list until
the threshold is reached and then writes them all out, potentially in
multiple writes.

The new full mode works by always copying memory to a single memory area
and writing everything out with a single write once the threshold is
reached.
2020-03-26 11:31:03 +00:00
..
elements filesink: Add a new full buffer mode to filesink 2020-03-26 11:31:03 +00:00
tracers tracers: rusage: use thread-local storage for per-thread stats 2020-02-28 15:54:38 +00:00
meson.build Meson: Add 'coretracers' feature option 2019-12-03 19:01:38 -05:00