[Bug 702380] New: [basertppayload] Provide a GstBufferPool for output rtp buffers
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Jun 16 01:08:01 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=702380
GStreamer | gst-plugins-base | unspecified
Summary: [basertppayload] Provide a GstBufferPool for output
rtp buffers
Classification: Platform
Product: GStreamer
Version: unspecified
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: bilboed at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Right now most (all?) payloaders will create new rtp buffers for their output.
The size of those buffers is always limited by the MTU, we could therefore have
a convenience GstBufferPool which those payloaders could use, providing
pre-allocated buffers of that size, with the proper Meta set on them and
therefore avoiding creating/freeing buffers all the time.
A quick glance at profiles shows that creating/freeing all those buffers
(instead of re-using them) account for 25-50% of the time spent in payloaders
:(
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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