[Bug 702380] [basertppayload] Provide a GstBufferPool for output rtp buffers
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jun 17 01:42:31 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=702380
GStreamer | gst-plugins-base | unspecified
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wim.taymans at gmail.com
--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2013-06-17 08:42:25 UTC ---
(In reply to comment #1)
> Most payloaders should just allocate a new header and for the payload, use the
> GstMemory from the incoming buffer.
Some do, others don't. One of the patterns is to accumulate data on an adapter
and then copy them into the target RTP packet, there's no good adapter api yet
to get a block of memory and append it to the rtp packet.
I'm curious what the difference is now between allocating fresh buffers
(+memory) and recycling them from a pool..
--
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