[gst-devel] could not link audiotestsrc0 to jackaudiosink0
Christophe Eymard
christophe.eymard at gmail.com
Thu Sep 27 10:30:42 CEST 2007
On 9/27/07, patrick <puredata at 11h11.com> wrote:
> hi,
>
> i was trying this command but got an error:
> gst-launch-0.10 audiotestsrc ! jackaudiosink
> WARNING: erroneous pipeline: could not link audiotestsrc0 to jackaudiosink0
>
> using alsasink is working (i can hear a tone). why it's not working with
> jack audio connection kit. but this command works:
>
> gst-launch-0.10 filesrc location=/home/pat/test2.ogg ! oggdemux !
> vorbisdec ! audioconvert ! jackaudiosink
Try with this command
# gst-launch-0.10 audiotestsrc ! audioconvert ! jackaudiotestsrc
it may be a problem of pads compatibility, that hopefully audioconvert
will solve for you
--
Christophe Eymard
More information about the gstreamer-devel
mailing list