Hi Maemo Developers,<br><br>I'm writing an app that needs to play MP3s. This function call is returning NULL when I run it on my PC in my development environment (in contradistinction to running it on an actual device):
<br><br> gst_element_factory_make ("dspmp3sink", "sink");<br><br>I suspect that I may not have the GStreamer elements installed on my system. For example, look what I get when I run this command:<br><br>
> gst-launch-0.10 filesrc location=test.mp3 '!' dspmp3sink <br>WARNING: erroneous pipeline: no element "dspmp3sink"<br><br>Is there something I need to install? Or is it a lost cause because only the actual device has MP3s, so I'll need to do all my testing on it? Hoping not!
<br><br>Thanks,<br>George<br>