[Bug 794173] filesink pointlessly uses write/writev

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 14 10:57:07 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=794173

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373324|0                           |1
        is obsolete|                            |

--- Comment #13 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 373329
  --> https://bugzilla.gnome.org/attachment.cgi?id=373329&action=edit
filesink: Implement buffering internally

We use writev() so every call ends up going to the kernel but for small
buffers we generally would prefer to do as few write calls as possible.

-- 
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