Hi,<br><br>I tried your suggestion..... gst-inspect-0.10 /usr/lib/gstreamer-0.10/libgstcoreelements.so<br><br>Following is the output:<br><br>Plugin Details:<br>  Name:            coreelements<br>  Description:        standard GStreamer elements<br>
  Filename:        /usr/lib/gstreamer-0.10/libgstcoreelements.so<br>  Version:        0.10.22<br>  License:        LGPL<br>  Source module:    gstreamer<br>  Binary package:    GStreamer source release<br>  Origin URL:        Unknown package origin<br>
<br>  capsfilter: CapsFilter<br>  fakesrc: Fake Source<br>  fakesink: Fake Sink<br>  fdsrc: Filedescriptor Source<br>  fdsink: Filedescriptor Sink<br>  filesrc: File Source<br>  identity: Identity<br>  queue: Queue<br>  filesink: File Sink<br>
  tee: Tee pipe fitting<br>  typefind: TypeFind<br>  multiqueue: MultiQueue<br><br>  12 features:<br>  +-- 12 elements<br><br>which means that fakesrc is in fact installed? How to specify the correct search path in that case?<br>
<br><br>Thanks and regards,<br>Ravi Karmarkar<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
<br>
Date: Tue, 26 May 2009 09:41:01 +0100<br>
From: Tim M?ller &lt;<a href="mailto:tim.muller@collabora.co.uk">tim.muller@collabora.co.uk</a>&gt;<br>
Subject: Re: [gst-embedded] gst-launch problem<br>
To: <a href="mailto:gstreamer-embedded@lists.sourceforge.net">gstreamer-embedded@lists.sourceforge.net</a><br>
Message-ID: &lt;<a href="mailto:1243327261.4399.3.camel@mini.centricular.net">1243327261.4399.3.camel@mini.centricular.net</a>&gt;<br>
Content-Type: text/plain<br>
<br>
On Tue, 2009-05-26 at 16:14 +0800, Ravi Karmarkar wrote:<br>
<br>
&gt; I have installed GStreamer-0.10.22 to be used with swfdec-0.8.4 for my<br>
&gt; sh4 platform.<br>
<br>
Please note the latest version is 0.10.23.<br>
<br>
&gt; After installation I tried to run the test<br>
&gt; gst-launch -v fakesrc num_buffers=5 ! fakesink<br>
<br>
&gt; and got the error ERROR: pipeline could not be constructed: no element &quot;fakesrc&quot;.<br>
&gt;<br>
&gt; What is the cause of this error? My libraries are installed in /usr/lib/gstreamer-0.10 and when I try to grep for fakesrc in this directory, I see that following files contain &#39;fakesrc&#39;<br>
<br>
Hard to say without more information. You could try this:<br>
<br>
 $ gst-inspect-0.10 /usr/lib/gstreamer-0.10/libgstcoreelements.so<br>
<br>
to see if it&#39;s a search path problem or something else.<br>
<br>
In the unlikely case that you have not disabled the debugging system,<br>
you could run<br>
<br>
 $ GST_DEBUG=*:3 gst-inspect-0.10 fakesrc 2&gt;dbg.log<br>
<br>
and see if you spot anything suspicious/wrong.<br>
<br>
Cheers<br>
 -Tim<br>
<br>
<br>
<br>
</blockquote></div><br>