Skip to content

Draft: filesink: Add option to limit cache memory usage

Linus Svensson requested to merge linussn/gstreamer:filesink_access_mode into master

This is a suggestion on how to limit the cache memory usage on an embedded Linux system using the system call posix_fadvise together with POSIX_FADV_DONTNEED. The interval, for when posix_fadvise is called, can be limited with a property (with a size in bytes.

Merge request reports