Hi Zhenfeng Ren,<br /><br />Seems like your GST_PLUGIN_PATH is not correct. Please check if the following libraries are available under your GST_PLUGIN_PATH (i.e. /home/opt/gstreamer/lib/gstreamer-0.10)<br />libgstcoreelements.a<br />libgstcoreelements.la<br />libgstcoreelements.so<br /><br />Otherwise, please find out the location of these libraries and export that path as your GST_PLUGIN_PATH.<br /><br />http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-plugin-coreelements.html#plugin-coreelements<br /><br />Thanks,<br />Gireesh<br /><br />On Jan 7, 2009 8:48am, zhenfeng ren &lt;1985renzf@gmail.com&gt; wrote:<br />&gt; hello,everyone:<br />&gt; <br />&gt; I want run Gstreamer on Davinci (dm6446).<br />&gt; <br />&gt; <br />&gt; <br />&gt; I download gstreamer from:<br />&gt; <br />&gt;   http://focus.ti.com/dsp/docs/dspsplash.tsp?contentId=3100<br />&gt; <br />&gt;  When I run the &quot;test_MP3.sh 1.mp3&quot;, there is an error:<br />&gt; <br />&gt; <br />&gt; <br />&gt; ERROR: pipeline could not be constructed: no element &quot;filesrc&quot;.<br />&gt; <br />&gt; <br />&gt; <br />&gt; And when I run &quot;gst-inspect&quot;, the information is below:<br />&gt; <br />&gt; root@(none):/home# gst-inspect<br />&gt; <br />&gt; staticelements:  bin: Generic bin<br />&gt; <br />&gt; staticelements:  pipeline: Pipeline object<br />&gt; <br />&gt; Total count: 1 plugin, 2 features<br />&gt; <br />&gt; <br />&gt; <br />&gt; I set the environment  as :<br />&gt; <br />&gt; root@(none):/home# export<br />&gt; <br />&gt; LD_LIBRARY_PATH=.:/home/opt/system_files_gstreamer:/home/opt/gstreamer/lib<br />&gt; <br />&gt; root@(none):/home# export<br />&gt; <br />&gt; GST_PLUGIN_PATH=/home/opt/gstreamer/lib/gstreamer-0.10/<br />&gt; <br />&gt; root@(none):/home# export PATH=$PATH:/home/opt/gstreamer/bin<br />&gt; <br />&gt; <br />&gt; <br />&gt; Anyone give some suggestions?<br />&gt; <br />&gt; <br />&gt; <br />&gt; Zhenfeng Ren<br />&gt; <br />&gt; <br />&gt; <br />&gt; ------------------------------------------------------------------------------<br />&gt; <br />&gt; Check out the new SourceForge.net Marketplace.<br />&gt; <br />&gt; It is the best place to buy or sell services for<br />&gt; <br />&gt; just about anything Open Source.<br />&gt; <br />&gt; http://p.sf.net/sfu/Xq1LFB<br />&gt; <br />&gt; _______________________________________________<br />&gt; <br />&gt; Gstreamer-embedded mailing list<br />&gt; <br />&gt; Gstreamer-embedded@lists.sourceforge.net<br />&gt; <br />&gt; https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded<br />&gt;