Hi,<br>I have ALSA driver for my card and it works fine when I try playing sound through aplay or watch movies through gstreamer, but if I try to do:<br>gst-launch-0.10 filesrc location=FILE_NAME.ogg ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! alsasink<br>
it comes back:<br>Pipeline is PREROLLING ...<br>ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not get/set settings from/on resource.<br>Additional debug info:<br>gstalsasink.c(519): set_hwparams (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:<br>
Unable to set hw params for playback: Invalid argument<br>ERROR: pipeline doesn&#39;t want to preroll.<br>Setting pipeline to NULL ...<br><br>So it comes back that alsa cannot setup correctly even though alsasink works correctly when I play MPEG movies. <br>
any thoughts?<br>Cheers <br>Ogi<br><br>