<div>Hi,</div>
<div>I did try on x86 linux box only. The same file plays very well under</div>
<div>$gst-launch filesrc location=tada.wav ! wavparse ! osssink</div>
<div>command. But when I tried to create similar pipeline inthe " Helloworld " eg program, it hangs </div>
<div>in the main loop.</div>
<div> </div>
<div>Is there any need to have a dynamic sink pad add handler as in case of Ogg player eg.?</div>
<div> </div>
<div>Regards,</div>
<div>Pavan<br><br> </div>
<div><span class="gmail_quote">On 8/20/06, <b class="gmail_sendername">Stefan Kost</b> <<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">hi,<br><br>Pavan Krishnamurthy wrote:<br>> Hi,<br>><br>> Firstly excuse me if I am reporting this problem in a wrong group. But
<br>> since there are people who have worked on gstreamer in this group I am<br>> posting this problem.<br>><br>> I tried to run the "helloworld" program given in the gstreamer-10.8<br>> documentation on my linux machine. It played back the .ogg file
<br>> without any problem.<br>><br>> But I needed to play a wave file. So I modified the helloworld code as<br>> follows:<br>> 1. instead of oggdemux and vorbis parser elements, I created wavparse<br>> element.
<br>> 2. Added "filesrc", "wavparse", "alsasink" to the pipeline and linked<br>> them.<br>for some file you might need to have "audioconvert" between wavparse and<br>alsasink/dsppcmsink
<br><br>As already suggested install gstreamer-tools and try with gst-launch<br>first. It might be also worth to make the pipeline run on x86 linux and<br>then try on the device.<br>><br>> Now when I ran the program, it doesnt output the sound, it hangs in
<br>> the gmainloop and never returns from it.<br>><br>> Can anybody pls tell me whats wrong with this.<br>><br>> Thanks and Regards,<br>> Pavan<br>Stefan<br><br></blockquote></div><br>