Hi Zhenfeng Ren,

Please refer to the attached log.txt.

BTW, I hope you've compiled libxml as well while building the GStreamer
packages. As far as I know, gst-inspect won't work without libxml and, in
that case, you need to edit the gst-launch source file to manually load the
plugins.

Thanks,
Gireesh

On Wed, Jan 7, 2009 at 11:15 AM, zhenfeng ren <1985re...@gmail.com> wrote:

> Hi,Gireesh:
>
>
> > 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)
> > libgstcoreelements.a
> > libgstcoreelements.la
> > libgstcoreelements.so
>
> I check again ,and these libraries are under GST_PLUGIN_PATH .
>
> Thanks,
> Zhenfeng Ren
>
/*Please see this log captured on my system. I have added some comments too, 
for your convenience.
  Please execute these steps from your DaVinci prompt (hyperterminal or tera 
term)*/

/*Check the existing environment before exporting GST_PLUGIN_PATH*/

[r...@omap3evm /]# env | grep PATH
LD_LIBRARY_PATH=/gstreamer/lib:/lib:/usr/lib:/usr/local/lib
PATH=/gstreamer/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/libexec
[r...@omap3evm /]# 
[r...@omap3evm /]# 
[r...@omap3evm /]# 

/*Run gst-inspect before exporting GST_PLUGIN_PATH*/

[r...@omap3evm /]# gst-inspect
staticelements:  bin: Generic bin
staticelements:  pipeline: Pipeline object

Total count: 1 plugin, 2 features
[r...@omap3evm /]# 
[r...@omap3evm /]# 
[r...@omap3evm /]# 

/*Now, export GST_PLUGIN_PATH*/

[r...@omap3evm /]# export GST_PLUGIN_PATH=/gstreamer/lib/gstreamer-0.10
[r...@omap3evm /]# 
[r...@omap3evm /]# 
[r...@omap3evm /]# 
[r...@omap3evm /]# 

/*Check if it's updated in the s/m environment*/

[r...@omap3evm /]# env | grep PATH
LD_LIBRARY_PATH=/gstreamer/lib:/lib:/usr/lib:/usr/local/lib
PATH=/gstreamer/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/libexec
GST_PLUGIN_PATH=/gstreamer/lib/gstreamer-0.10
[r...@omap3evm /]# 
[r...@omap3evm /]#
[r...@omap3evm /]#

/*Make sure the libraries are present under the GST_PLUGIN_PATH*/

[r...@omap3evm /]# ls -l $GST_PLUGIN_PATH | grep coreelements
-rw-r--r--    1 root     root       800560 Dec 18  2008 libgstcoreelements.a
-rwxr-xr-x    1 root     root         1537 Dec 18  2008 libgstcoreelements.la
-rwxr-xr-x    1 root     root       522043 Dec 18  2008 libgstcoreelements.so
[r...@omap3evm /]#
[r...@omap3evm /]# 
[r...@omap3evm /]# 
[r...@omap3evm /]# 

/*Now, gst-inspect should find the plugins*/

[r...@omap3evm /]# gst-inspect | grep coreelements
coreelements:  multiqueue: MultiQueue
coreelements:  typefind: TypeFind
coreelements:  tee: Tee pipe fitting
coreelements:  filesink: File Sink
coreelements:  queue: Queue
coreelements:  identity: Identity
coreelements:  filesrc: File Source
coreelements:  fdsink: Filedescriptor Sink
coreelements:  fdsrc: Filedescriptor Source
coreelements:  fakesink: Fake Sink
coreelements:  fakesrc: Fake Source
coreelements:  capsfilter: CapsFilter
[r...@omap3evm /]#
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Gstreamer-embedded mailing list
Gstreamer-embedded@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded

Reply via email to