[Bug 702380] [basertppayload] Provide a GstBufferPool for output rtp buffers
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jun 17 03:14:57 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=702380
GStreamer | gst-plugins-base | unspecified
--- Comment #8 from Wim Taymans <wim.taymans at gmail.com> 2013-06-17 10:07:55 UTC ---
In short, for optimizing allocations, the bufferpool is quite terrible unless
you can avoid the never-empty case. We should optimize that case more, it's
quite common. I think it's also all the atomic operations that slow it down,
maybe it would be faster to use a lock there...
So if you really need it fast, the best option right now, I think, is by simply
doing buffer_new() and making methods on adapter to move the memory on the
buffer or so.
--
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