[gst-devel] GStreamer on Windows

Tim Müller t.i.m at zen.co.uk
Fri Jul 6 10:16:44 CEST 2007


On Thu, 2007-07-05 at 18:27 -0400, Scott Peterson wrote:


> When I try to use gst-launch with the gstreamer binaries that I build
> myself, I get the same initialization problem (probably related to the
> MSVCRT problem). When I use gst-launch with the distribution binaries,
> here's the error I get: 
> > gst-launch-0.10.exe filesrc location=dance.mp3 ! mad ! autoaudiosink
> Setting pipeline to PAUSED ...
> Pipeline is PREROLLING ...
> ERROR: from element /pipeline0/filesrc0: Internal data flow error.
> Additional debug info: E:\devel-cvs\src\gstreamer\libs\gst\base
> \gstbasesrc.c(1811): (function) (): /pipeline0/filesrc0: 
> streaming task paused, reason not-linked (-1)
>
> When I try to open that file with the test app gstplayer [1], it works
> fine. 

The problem here might be the link between mad and the audiosink, try

 ... ! mad ! audioconvert ! audioresample ! autoaudiosink

Cheers
 -Tim







More information about the gstreamer-devel mailing list