Hi Maemo Developers,

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):

 gst_element_factory_make ("dspmp3sink", "sink");

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:

> gst-launch-0.10 filesrc location=test.mp3 '!' dspmp3sink
WARNING: erroneous pipeline: no element "dspmp3sink"

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!

Thanks,
George
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to