[Bug 772841] udpsrc: high CPU usage at high packet rate

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 6 01:27:47 UTC 2018


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

--- Comment #36 from Mathieu Duponchelle <mduponchelle1 at gmail.com> ---
Created attachment 369368
  --> https://bugzilla.gnome.org/attachment.cgi?id=369368&action=edit
udpsrc: switch to using a buffer pool

This exposes a new property, mtu, which is used to determine the
initial size of buffers from the buffer pool. If received data
exceeds this, the element gracefully handles that in a manner similar
to what we had previously: a large memory gets filled and reallocated
at the next call to "fill".

The default size is set to 1500, which should cover most use cases.

With contributions from Mathieu Duponchelle <mathieu at centricular.com>

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