Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
Hi all
I had successfully compiled gst-ti-plugin-full-0.99.00.tar.gz containing (gstreamer-0.10 + ticodecplugin) for the platform OMAP3530 on RHEL4.
Copied the gstreamer libraries to Beagle board at "/usr/local" and exported an environmental variable GST_PLUGIN_PATH by issuing the command
$ export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10
Then i tried to check for the plugins available for GStreamer with the cmd
$ gst-inspect-0.10
I got the output as gst-inspect-0.10 failed to load libgstticodecplugin.so.
Also we tried to load the library using “ld” command
$ ld libgstticodecplugin.so
Undefined reference to Dmai_init
Rgrds
Suresh