[gst-devel] Sound pipe clicks

Benjamin Otte in7y118 at public.uni-hamburg.de
Mon Feb 2 04:27:10 CET 2004


> laurent at stan:~$ gst-launch-0.7 filesrc location=/tmp/corcovado.ogg ! vorbisfile ! alsasink
> gst_alsa_sink_init...
> DONE.
> RUNNING pipeline
> gst-launch-0.7: pcm_plug.c:882: snd_pcm_plug_hw_params: Assertion `err >= 0' failed.
> Abandon (core dumped)
>
First of all, this is a bug in alsalib, so it's not GStreamer that's to
blame. (Needed to say this, I wrote the alsa plugin ;))

gst-launch-0.7 filesrc location=/tmp/corcovado.ogg ! vorbisfile ! alsasink
device=hw:0

This might solve the issue.
If it doesn't, try this:

gst-launch-0.7 filesrc location=/tmp/corcovado.ogg ! vorbisfile !
audioscale ! audio/x-raw-int,rate=48000 ! alsasink device=hw:0


Benjamin





More information about the gstreamer-devel mailing list