[gst-devel] Gnonlin and media-start
Mike MacHenry
dskippy at ccs.neu.edu
Sun Feb 24 06:21:31 CET 2008
Brandon,
Thank you for your help. I just got around to implement this change in
my program and you were right. mp3's have a hard time with
media-start. There are lots of audio artifacts for the fast seek and
they have dead air. I suppose this a gstreamer bug but I've switched
my application to wav for now.
Thanks again,
-mike
On Fri, Feb 22, 2008 at 6:20 PM, Brandon Lewis
<brandon_lewis at berkeley.edu> wrote:
> Oh, one more thing:
>
> >
> > #!/usr/bin/python
> > import pygst
> > pygst.require("0.10")
> > import gst
> > import gobject
> > import sys
> >
>
> The above isn't quite right. This is the proper way to initialize pygst:
>
> #!/usr/bin/python
> import gobject
> gobject.threads_init()
>
> import pygst
> pygst.require("0.10")
> import gst
> .....
>
More information about the gstreamer-devel
mailing list