Now when I try to play a video from swfdec, I get the following warnings:<br><br>(swfplay:1023): GStreamer-WARNING **: Failed to load plugin &#39;/usr/lib/gstreamer-0.10/libgstvideo4linux.so&#39;: /usr/lib/gstreamer-0.10/libgstvideo4linux.so: undefined symbol: XQueryExtension<br>
<br>(swfplay:1023): GStreamer-WARNING **: Failed to load plugin &#39;/usr/lib/gstreamer-0.10/libgstalsa.so&#39;: /usr/lib/gstreamer-0.10/libgstalsa.so: undefined symbol: snd_mixer_first_elem<br><br>(swfplay:1023): GStreamer-WARNING **: Failed to load plugin &#39;/usr/lib/gstreamer-0.10/libgstffmpeg.so&#39;: /usr/lib/gstreamer-0.10/libgstffmpeg.so: undefined symbol: first_avcodec<br>
<br>(swfplay:1023): GStreamer-WARNING **: Failed to load plugin &#39;/usr/lib/gstreamer-0.10/libgstximagesink.so&#39;: /usr/lib/gstreamer-0.10/libgstximagesink.so: undefined symbol: XFree<br><br>(swfplay:1023): GStreamer-WARNING **: Failed to load plugin &#39;/usr/lib/gstreamer-0.10/libgstxvimagesink.so&#39;: /usr/lib/gstreamer-0.10/libgstxvimagesink.so: undefined symbol: XQueryExtension.<br>
<br>Does it mean that I need to install libraries like alsa, ffmpeg etc? I found that alsa is already installed. So I wonder what is the cause of above warning (related to alsa) and other warnings as well?<br><br>Thanks and regards,<br>
Ravi Karmarkar<br><br><div class="gmail_quote">On Tue, May 26, 2009 at 7:10 PM, Ravi Karmarkar <span dir="ltr">&lt;<a href="mailto:karmarkar.ravi@gmail.com">karmarkar.ravi@gmail.com</a>&gt;</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>The problem seems to be fixed by manually setting GST_PLUGIN_PATH to /usr/lib/gstreamer-0.10.<div class="im"><br><br>Thanks and regards,<br>Ravi Karmarkar<br><br></div><div><div></div><div class="h5"><div class="gmail_quote">
On Tue, May 26, 2009 at 5:09 PM, Ravi Karmarkar <span dir="ltr">&lt;<a href="mailto:karmarkar.ravi@gmail.com" target="_blank">karmarkar.ravi@gmail.com</a>&gt;</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>

<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 &lt;<a href="mailto:tim.muller@collabora.co.uk" target="_blank">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" target="_blank">gstreamer-embedded@lists.sourceforge.net</a><br>
Message-ID: &lt;<a href="mailto:1243327261.4399.3.camel@mini.centricular.net" target="_blank">1243327261.4399.3.camel@mini.centricular.net</a>&gt;<br>
Content-Type: text/plain<div><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></div>
Please note the latest version is 0.10.23.<div><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></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&#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>
</blockquote></div><br>
</div></div></blockquote></div><br>