[Bug 780770] filesink: Add new "list" buffering mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 31 15:42:06 UTC 2017


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

--- Comment #1 from Vivia Nikolaidou <vivia at ahiru.eu> ---
Created attachment 349062
  --> https://bugzilla.gnome.org/attachment.cgi?id=349062&action=edit
filesink: Add new "list" buffering mode

In some high-load scenarios (e.g. 2x4k60p) it's better to reduce the
number of vwrite() calls, rather than having more calls with kernel-side
buffering. The "list" buffering mode keeps the buffers in a
GstBufferList until they reach the buffer-size threshold.

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