Hi,
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.
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.
But I needed to play a wave file. So I modified the helloworld
code as follows:
1. instead of oggdemux and vorbis parser elements, I created
wavparse element.
2. Added "filesrc", "wavparse", "alsasink" to the pipeline and
linked them.
Now when I ran the program, it doesnt output the sound, it hangs
in the gmainloop and never returns from it.
Can anybody pls tell me whats wrong with this.
Thanks and Regards,
Pavan
_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers
gstreamer-tools is your friend to see where the problem is.