gstreamer/plugins
Tim-Philipp Müller f85885474c filesrc: remove unused or questionable madvise() calls in deprecated mmap code paths
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
2012-05-15 18:43:59 +01:00
..
elements filesrc: remove unused or questionable madvise() calls in deprecated mmap code paths 2012-05-15 18:43:59 +01:00
indexers fileindex: explicitly cast to the enum types 2011-08-26 14:11:15 +02:00
Makefile.am android: make it ready for androgenizer 2011-04-11 01:08:07 +02:00