Hi Tim Thanks for the help! You suggetion helped me to find where it was going wrong. I enabled debug and i found where it was going wrong. Few libs which were required for the plugins to load where missing. I copied those and it started working. :-) Thanks for the help. Best Regards, Anup Manakeshwar IT Analyst, Embedded Intelligence Group Tata Consultancy Services Cell:- 9881009332 Mailto: anup.manakeshwar at tcs.com Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Outsourcing ____________________________________________ -----Tim-Philipp M?ller-2 [via Gstreamer-embedded] wrote: ----- To: Anup Manakeshwar <anup.manakeshwar at tcs.com> From: Tim-Philipp M?ller-2 [via Gstreamer-embedded] <ml-node+4518846-1641280959 at n2.nabble.com> Date: 02/05/2010 02:08PM Subject: Re: gst-inspect does not recognize installed plugins On Thu, 2010-02-04 at 23:13 -0800, Anup Manakeshwar wrote: Hi, > I am working on i.MX31 ADS board. > I have codec plugins which i have compiled for Freescale i.MX31 ARM > processor. > I have installed all the plugins in /usr/lib/gstreamer-0.10 folder. > I have also exported GST_PLUGIN_PATH = /usr/lib/gstreamer-0.10 > But when i do gst-inspect....it does not detect the plugins which i have > installed. > Can anyone tell what all paths one need to export to install plugins. > Any pointers why gst-inspect is not detecting the installed plugins. > Please do reply. > Your advice will be of great help to me. Have you tried doing gst-inspect-0.10 /path/to/your/libfooplugin.so directly? If that doesn't show anything, make sure you have linked your plugin properly with e.g. ldd -r /usr/path/to/your/libfooplugin.so Make sure it all resolves. If you built libgstreamer-0.10.so with the GStreamer debugging info enabled (you should have such a version for debugging purposes), you could also try something like: GST_DEBUG=*:5 gst-inspect-0.10 /path/to/your/libfooplugin.so 2>&1 | grep -C 20 foo to see if it shows any obvious problems. Cheers -Tim ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Gstreamer-embedded mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded View message @ http://n2.nabble.com/gst-inspect-does-not-recognize-installed-plugins-tp4518592p4518846.html To unsubscribe from gst-inspect does not recognize installed plugins, click here . =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -- View this message in context: http://n2.nabble.com/gst-inspect-does-not-recognize-installed-plugins-tp4518592p4532385.html Sent from the Gstreamer-embedded mailing list archive at Nabble.com.