<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 &quot; Helloworld &quot; eg program, it hangs </div>
<div>in the main loop.</div>
<div>&nbsp;</div>
<div>Is there any need to have a dynamic sink pad add handler as in case of Ogg player eg.?</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Pavan<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 8/20/06, <b class="gmail_sendername">Stefan Kost</b> &lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt; 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>&gt; Hi,<br>&gt;<br>&gt; Firstly excuse me if I am reporting this problem in a wrong group. But
<br>&gt; since there are people who have worked on gstreamer in this group I am<br>&gt; posting this problem.<br>&gt;<br>&gt; I tried to run the &quot;helloworld&quot; program given in the gstreamer-10.8<br>&gt; documentation on my linux machine. It played back the .ogg file
<br>&gt; without any problem.<br>&gt;<br>&gt; But I needed to play a wave file. So I modified the helloworld code as<br>&gt; follows:<br>&gt; 1. instead of oggdemux and vorbis parser elements, I created wavparse<br>&gt; element.
<br>&gt; 2. Added &quot;filesrc&quot;, &quot;wavparse&quot;, &quot;alsasink&quot; to the pipeline and linked<br>&gt; them.<br>for some file you might need to have &quot;audioconvert&quot; 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>&gt;<br>&gt; Now when I ran the program, it doesnt output the sound, it hangs in
<br>&gt; the gmainloop and never returns from it.<br>&gt;<br>&gt; Can anybody pls tell me whats wrong with this.<br>&gt;<br>&gt; Thanks and Regards,<br>&gt; Pavan<br>Stefan<br><br></blockquote></div><br>