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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 24 11:31:24 UTC 2016


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

--- Comment #31 from Petr Kulhavy <brain at jikos.cz> ---
Created attachment 340677
  --> https://bugzilla.gnome.org/attachment.cgi?id=340677&action=edit
Process control messages with a callback

I have created a patch, which uses my gsocket API improvement in bug 769994,
and processes the control messages with a callback rather than getting them via
the receive_message() interface. This reduces the CPU usage significantly as
the overhead of serialization and memory allocation/deallocation is bypassed.
The patch works with both versions of the API.

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