Hi,<br><br>The problem seems to be fixed by manually setting GST_PLUGIN_PATH to /usr/lib/gstreamer-0.10.<br><br>Thanks and regards,<br>Ravi Karmarkar<br><br><div class="gmail_quote">On Tue, May 26, 2009 at 5:09 PM, Ravi Karmarkar <span dir="ltr"><<a href="mailto:karmarkar.ravi@gmail.com">karmarkar.ravi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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?<div class="im">
<br>
<br><br>Thanks and regards,<br>Ravi Karmarkar<br><br></div><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 <<a href="mailto:tim.muller@collabora.co.uk" target="_blank">tim.muller@collabora.co.uk</a>><br>
Subject: Re: [gst-embedded] gst-launch problem<br>
To: <a href="mailto:gstreamer-embedded@lists.sourceforge.net" target="_blank">gstreamer-embedded@lists.sourceforge.net</a><br>
Message-ID: <<a href="mailto:1243327261.4399.3.camel@mini.centricular.net" target="_blank">1243327261.4399.3.camel@mini.centricular.net</a>><br>
Content-Type: text/plain<div class="im"><br>
<br>
On Tue, 2009-05-26 at 16:14 +0800, Ravi Karmarkar wrote:<br>
<br>
> I have installed GStreamer-0.10.22 to be used with swfdec-0.8.4 for my<br>
> sh4 platform.<br>
<br></div>
Please note the latest version is 0.10.23.<div class="im"><br>
<br>
> After installation I tried to run the test<br>
> gst-launch -v fakesrc num_buffers=5 ! fakesink<br>
<br>
> and got the error ERROR: pipeline could not be constructed: no element "fakesrc".<br>
><br>
> 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 'fakesrc'<br>
<br></div>
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'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>dbg.log<br>
<br>
and see if you spot anything suspicious/wrong.<br>
<br>
Cheers<br>
-Tim<br>
<br>
<br>
<br>
</blockquote></div><br>
</blockquote></div><br>