[gst-devel] Gapless audio

Christopher James Halse Rogers chalserogers at gmail.com
Sun May 24 07:05:45 CEST 2009


On Sat, 2009-05-23 at 21:07 -0600, Jeffrey Barish wrote:
> Christopher Halse Rogers wrote:
> 
> > On Sun, May 24, 2009 at 5:19 AM, Jeffrey Barish
> > <jeff_barish at earthlink.net> wrote:
> >> Is it true that playbin still does not support gapless audio playback?
> > 
> > Yes.  What you're actually after is the "playbin2" element, which does
> > support gapless.  If you grab the gst-plugins-base source, there's
> > some test code (test7.c in playback, IIRC) demonstrating how to use it
> > - the docs haven't yet been updated.
> 
> Great!  Are Python bindings for playbin2 available too?

I'm not particularly familiar with the python-gstreamer bindings, but
I'd presume that playbin2 doesn't need binding at all - it's just
another gstreamer element.  You'd just need to create a pipeline with
"playbin2" instead of "playbin" as the element to construct, and hook up
to the 'about-to-finish' gobject signal.  These things don't sound like
they'd need special bindings to accomplish.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090524/885e4618/attachment.pgp>


More information about the gstreamer-devel mailing list