[gst-devel] issue on osssink in version 0.10.0

Tim Müller t.i.m at zen.co.uk
Fri Jan 13 06:26:01 CET 2006


On Fri, 2006-01-13 at 06:03 -0800, rong wang wrote:

> I meet following problem in 0.10.0 version which I
> never had in 0.8.11, Could somebody light me up on this?
> 
> [root at Linux /root]#gst-launch filesrc
> location=sine.wav ! osssink
> ERROR: from element /pipeline0/osssink0: sink not
> negotiated.

you need to do

 gst-launch filesrc location=sine.wav ! wavparse ! osssink

(probably with an additional audioconvert ! audioresample in front of
osssink as well).

Cheers
 -Tim






More information about the gstreamer-devel mailing list