Hi all,<br><br>I'm having problems trying to install gst-plugins from source. I'm only using the source code because Slackware Linux doesn't have a package for GStreamer. I have successfully installed gstreamer-0.10.12
and get output from "gst-launch -v fakesrc num_buffers=5 ! fakesink" as follows:<br><br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>/pipeline0/fakesrc0: last-message = "get ******* > ( 0 bytes, timestamp:
<br> none, duration: none, offset: 0, offset_end: -1, flags: 0) 0x8075280"<br>/pipeline0/fakesink0: last-message = "preroll ******* "<br>/pipeline0/fakesink0: last-message = "event ******* 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> 0x8064ea0"<br>Pipeline is PREROLLED ...<br>
Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br>/pipeline0/fakesink0: last-message = "chain ******* < ( 0 bytes, timestamp:<br> 0:00:00.000000000, duration: none, offset: 0, offset_end: -1, flags: 32) 0x8075
<br>280"<br>/pipeline0/fakesrc0: last-message = "get ******* > ( 0 bytes, timestamp:<br> none, duration: none, offset: 1, offset_end: -1, flags: 0) 0x80752d0"<br>/pipeline0/fakesink0: last-message = "chain ******* < ( 0 bytes, timestamp:
<br> 0:00:00.000000000, duration: none, offset: 1, offset_end: -1, flags: 0) 0x80752<br>d0"<br>/pipeline0/fakesrc0: last-message = "get ******* > ( 0 bytes, timestamp:<br> none, duration: none, offset: 2, offset_end: -1, flags: 0) 0x8075320"
<br>/pipeline0/fakesink0: last-message = "chain ******* < ( 0 bytes, timestamp:<br> 0:00:00.000000000, duration: none, offset: 2, offset_end: -1, flags: 0) 0x80753<br>20"<br>/pipeline0/fakesrc0: last-message = "get ******* > ( 0 bytes, timestamp:
<br> none, duration: none, offset: 3, offset_end: -1, flags: 0) 0x8075370"<br>/pipeline0/fakesink0: last-message = "chain ******* < ( 0 bytes, timestamp:<br> 0:00:00.000000000, duration: none, offset: 3, offset_end: -1, flags: 0) 0x80753
<br>70"<br>/pipeline0/fakesrc0: last-message = "get ******* > ( 0 bytes, timestamp:<br> none, duration: none, offset: 4, offset_end: -1, flags: 0) 0x8075408"<br>/pipeline0/fakesink0: last-message = "chain ******* < ( 0 bytes, timestamp:
<br> 0:00:00.000000000, duration: none, offset: 4, offset_end: -1, flags: 0) 0x80754<br>08"<br>/pipeline0/fakesink0: last-message = "event ******* E (type: 86, ) 0x8064ea0"<br>Got EOS from element "pipeline0".
<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've also compiled Pidgin with GStreamer support (though the sound doesn't work, presumably because I don't have gst-plugins, hence why I'm trying to install it). While I'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'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>