[gst-devel] split/reassemble a stream into fixed-size buffers

Andy Wingo wingo at pobox.com
Mon Feb 26 12:04:49 CET 2007


Hi Antoine,

On Thu, 2007-02-22 at 13:56 +0100, Antoine Pitrou wrote:
> In my application I have to end up with buffers of a fixed size (these
> are PCMU audio buffers), for reasons I don't have control over.
...
> Is there a built-in element to actually recompose a stream into
> fixed-size buffers, or do I have to write a custom element using a
> gst.Adapter ?

Your suspicions are correct :) You have to write a custom element, and
using gstadapter is a good idea.

Regards,

Andy.
-- 
http://wingolog.org/





More information about the gstreamer-devel mailing list