[maemo-developers] Does dspmp3sink not exist on the SDK
From: Stefan Kost ensonic at hora-obscura.deDate: Sat Oct 20 19:19:25 EEST 2007
- Previous message: Does dspmp3sink not exist on the SDK
- Next message: regarding installing new applications
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi, George Nachman schrieb: > 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"); > Yes dspmp3sink only exist on the target. Its a dspplugin which cannot run on x86 or even in satchbox (unless you volunteer to write a dsp emulator), You can use mad ! {alsa,oss,esd}sink on the x86 platform Stefan > > 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 > maemo-developers at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers
- Previous message: Does dspmp3sink not exist on the SDK
- Next message: regarding installing new applications
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]