Hi Maemo Developers,<br><br>I&#39;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>&nbsp;gst_element_factory_make (&quot;dspmp3sink&quot;, &quot;sink&quot;);<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>
&gt; gst-launch-0.10 filesrc location=test.mp3 &#39;!&#39; dspmp3sink <br>WARNING: erroneous pipeline: no element &quot;dspmp3sink&quot;<br><br>Is there something I need to install? Or is it a lost cause because only the actual device has MP3s, so I&#39;ll need to do all my testing on it? Hoping not!
<br><br>Thanks,<br>George<br>