<br clear="all">Hi,<br>I have done a source installation of gstreamer and gstreamer-base plugins version 0.10.21<br>I am trying few things mentioned in the faq document<br>If I say<br>$aplay -v test.wav, <br>
I am able to play the wav file through alsaplay, which shows that alsa driver is installed in my PC<br><br>
If I do<br>$gst-inspect alsasink <br>shows that alsasink is installed.<br><br>And when i do <br>$gst-launch filesrc location=test.ogg ! decodebin ! audioconvert ! audioresample ! filesink location=test.raw <br>it writes the decoded raw samples into the file and I am&nbsp; able to play test.raw in application like cooledit<br>
<br>But if I do <br>$gst-launch filesrc location=test.ogg ! decodebin ! audioconvert ! audioresample ! alsasink<br>it goes into infinite loop. <br>The alsasink plugin is not able to detect the alsadriver I guess.<br>How do I debug this problem?<br>
Pls help me<br><br>Regards<br>Vinod James<br>