Hi, has anyone managed to create a gstreamer plugin using the template kit and built it so that it works on a freescale board (specifically the imx233)? My plugin builds fine for windows but won't come up on the board with gst-inspect saying:
(gst-inspect-0.10:714): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libspadecoder.so': /usr/lib/gstreamer-0.10/libspadecoder.so: cannot open shared object file: No such file or directory
(And yes, the files mentioned there do exist at those paths).
I've tried changing a couple of things having looked at the freescale plugin package and how that builds, but I'm not great with how the configure/make files operate and so far nothing I've tried has changed the above message.