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

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


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

Mathieu Duponchelle <mduponchelle1 at gmail.com> changed:

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

--- Comment #46 from Mathieu Duponchelle <mduponchelle1 at gmail.com> ---
Created attachment 369387
  --> https://bugzilla.gnome.org/attachment.cgi?id=369387&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