Hi all,<br><br>I&#39;m having problems trying to install gst-plugins from source. I&#39;m only using the source code because Slackware Linux doesn&#39;t have a package for GStreamer. I have successfully installed gstreamer-0.10.12
 and get output from &quot;gst-launch -v fakesrc num_buffers=5 ! fakesink&quot; as follows:<br><br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>/pipeline0/fakesrc0: last-message = &quot;get&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ******* &gt; (&nbsp;&nbsp;&nbsp; 0 bytes, timestamp:
<br>&nbsp;none, duration: none, offset: 0, offset_end: -1, flags: 0) 0x8075280&quot;<br>/pipeline0/fakesink0: last-message = &quot;preroll&nbsp;&nbsp; ******* &quot;<br>/pipeline0/fakesink0: last-message = &quot;event&nbsp;&nbsp; ******* E (type: 102, GstEventNews
<br>egment, update=(boolean)false, rate=(double)1, applied_rate=(double)1, format=(G<br>stFormat)GST_FORMAT_BYTES, start=(gint64)0, stop=(gint64)-1, position=(gint64)0)<br>&nbsp;0x8064ea0&quot;<br>Pipeline is PREROLLED ...<br>
Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br>/pipeline0/fakesink0: last-message = &quot;chain&nbsp;&nbsp; ******* &lt; (&nbsp;&nbsp;&nbsp; 0 bytes, timestamp:<br>&nbsp;0:00:00.000000000, duration: none, offset: 0, offset_end: -1, flags: 32) 0x8075
<br>280&quot;<br>/pipeline0/fakesrc0: last-message = &quot;get&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ******* &gt; (&nbsp;&nbsp;&nbsp; 0 bytes, timestamp:<br>&nbsp;none, duration: none, offset: 1, offset_end: -1, flags: 0) 0x80752d0&quot;<br>/pipeline0/fakesink0: last-message = &quot;chain&nbsp;&nbsp; ******* &lt; (&nbsp;&nbsp;&nbsp; 0 bytes, timestamp:
<br>&nbsp;0:00:00.000000000, duration: none, offset: 1, offset_end: -1, flags: 0) 0x80752<br>d0&quot;<br>/pipeline0/fakesrc0: last-message = &quot;get&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ******* &gt; (&nbsp;&nbsp;&nbsp; 0 bytes, timestamp:<br>&nbsp;none, duration: none, offset: 2, offset_end: -1, flags: 0) 0x8075320&quot;
<br>/pipeline0/fakesink0: last-message = &quot;chain&nbsp;&nbsp; ******* &lt; (&nbsp;&nbsp;&nbsp; 0 bytes, timestamp:<br>&nbsp;0:00:00.000000000, duration: none, offset: 2, offset_end: -1, flags: 0) 0x80753<br>20&quot;<br>/pipeline0/fakesrc0: last-message = &quot;get&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ******* &gt; (&nbsp;&nbsp;&nbsp; 0 bytes, timestamp:
<br>&nbsp;none, duration: none, offset: 3, offset_end: -1, flags: 0) 0x8075370&quot;<br>/pipeline0/fakesink0: last-message = &quot;chain&nbsp;&nbsp; ******* &lt; (&nbsp;&nbsp;&nbsp; 0 bytes, timestamp:<br>&nbsp;0:00:00.000000000, duration: none, offset: 3, offset_end: -1, flags: 0) 0x80753
<br>70&quot;<br>/pipeline0/fakesrc0: last-message = &quot;get&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ******* &gt; (&nbsp;&nbsp;&nbsp; 0 bytes, timestamp:<br>&nbsp;none, duration: none, offset: 4, offset_end: -1, flags: 0) 0x8075408&quot;<br>/pipeline0/fakesink0: last-message = &quot;chain&nbsp;&nbsp; ******* &lt; (&nbsp;&nbsp;&nbsp; 0 bytes, timestamp:
<br>&nbsp;0:00:00.000000000, duration: none, offset: 4, offset_end: -1, flags: 0) 0x80754<br>08&quot;<br>/pipeline0/fakesink0: last-message = &quot;event&nbsp;&nbsp; ******* E (type: 86, ) 0x8064ea0&quot;<br>Got EOS from element &quot;pipeline0&quot;.
<br>Execution ended after 115445000 ns.<br>Setting pipeline to PAUSED ...<br>Setting pipeline to READY ...<br>Setting pipeline to NULL ...<br>FREEING pipeline ...<br><br>I&#39;ve also compiled Pidgin with GStreamer support (though the sound doesn&#39;t work, presumably because I don&#39;t have gst-plugins, hence why I&#39;m trying to install it). While I&#39;m on the subject, do I need any other GStreamer modules to have sound support in Pidgin?
<br><br>Anyway, the main problem is that gst-plugins-0.8.12 doesn&#39;t find GStreamer. I have not changed my PKG_CONFIG_PATH, because it already has /usr/local/lib/pkgconfig in it:<br><br>/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/opt/kde/lib/pkgconfig
<br><br>How do I get this to work?<br><br>Thanks,<br><br>Nick Chorley<br><br><br>