<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Pavan Krishnamurthy a écrit :
<blockquote
cite="mid81b55c910608170818l1900b876t41ad8d188730ce@mail.gmail.com"
type="cite">
<div>Hi,</div>
<div> </div>
<div>Firstly excuse me if I am reporting this problem in a wrong
group. But since there are people who have worked on gstreamer in this
group I am posting this problem. </div>
<div> </div>
<div>I tried to run the "helloworld" program given in the
gstreamer-10.8 documentation on my linux machine. It played back the
.ogg file without any problem. </div>
<div> </div>
<div>But I needed to play a wave file. So I modified the helloworld
code as follows:</div>
<div>1. instead of oggdemux and vorbis parser elements, I created
wavparse element.</div>
<div>2. Added "filesrc", "wavparse", "alsasink" to the pipeline and
linked them.</div>
<div> </div>
<div>Now when I ran the program, it doesnt output the sound, it hangs
in the gmainloop and never returns from it.</div>
<div> </div>
<div>Can anybody pls tell me whats wrong with this.</div>
<div> </div>
<div>Thanks and Regards,</div>
<div>Pavan</div>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
maemo-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a>
<a class="moz-txt-link-freetext" href="https://maemo.org/mailman/listinfo/maemo-developers">https://maemo.org/mailman/listinfo/maemo-developers</a>
</pre>
</blockquote>
gstreamer-tools is your friend to see where the problem is.<br>
<br>
My 2 cents.<br>
<br>
Olivier ROLAND
</body>
</html>