mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
f85885474c
use-mmap functionality has been removed in 0.11 and doesn't really have any performance advantages in most cases anyway. Deprecate "sequential" property to hint sequential access in mmap mode and make it non-functional. Chances are no one was using this ever anyway, or inappropriately. Remove madvise() calls. We would need to do extensive configure checks to handle these properly on different systems, and it doesn't seem worth adding that for code that's already removed in 0.11 or questionable anyway (like madvise DONTNEED right before munmap). https://bugzilla.gnome.org/show_bug.cgi?id=667292 |
||
---|---|---|
.. | ||
elements | ||
indexers | ||
Makefile.am |