gstreamer plugin porting issue with imx27 board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

gstreamer plugin porting issue with imx27 board

1,395 Views
alokkumar_yadav
Contributor I
Hello freescale team ,
        i made a gstreamer plugin for mp3 playing . That plugin is working fine with x86 board but when i am trying to port that plugin with imx 27 board some error is occuring (i dont know what ??) .I am following manual which is given by freescale for plugin porting (Multimedia_Linux_Codecs_SDK_Release_Notes_MX27_ADS.pdf) . I have followed all the steps according the pdf .Evething goes fine (no error on any step) . But when i am putting gst-inspect on the mx27 linux platform ,i am not able to get my plugin .
Kindly help me to solve that issue.


Thanks and regards
Alok
0 Kudos
2 Replies

409 Views
fabio_estevam
NXP Employee
NXP Employee
Hi Alok,
 
Can't you use the mad plugin that is part of Gstreamer? The following pipeline works fine:
 

mx27# gst-launch filesrc location=/file1.mp3 ! mad ! alsasink

 

Regards,

 

Fabio Estevam

 

 

0 Kudos

409 Views
gale
Contributor I
Maybe you didn't set the gstreamer lib path.
I also use gstreamer.I compileed gstreamer-0.10.21 ,can run on mx27!
0 Kudos