[Bug 794173] filesink pointlessly uses write/writev
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Aug 14 08:33:23 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794173
--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 373323
--> https://bugzilla.gnome.org/attachment.cgi?id=373323&action=edit
filesink: Remove buffer, deprecate line-buffer mode and don't use fflush()
fflush() has no effect because we use writev() directly, so fsync()
should be used instead which is actually flushing the kernel-side
buffers.
As a next step, a non-line-buffered buffering mode is to be added.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list