<div class="gmail_quote">Hi,<br><br>On Wed, Aug 4, 2010 at 11:16 PM, harshada gune <span dir="ltr">&lt;<a href="mailto:gune.harshada@gmail.com">gune.harshada@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello all,<br><br> I am trying to install gstreamer plugins on ubuntu. <br>I
 did the following steps to install good,bad,ugly and base plugins from 
gstreamer:  <br><br>sudo apt-get install gstreamer0.10-plugins-good<br>sudo
 apt-get install gstreamer0.10-plugins-bad<br>
sudo apt-get install gstreamer0.10-plugins-ugly<br>sudo apt-get install 
gstreamer0.10-plugins-base<br><br></blockquote><div><br>[deletia]<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Now when I do gst-inspect | grep osssink, I don&#39;t 
find any results. same happening with some other plugins also e.g. 
alsasink, oggdemux etc.<br>
<br></blockquote><br>I&#39;m guessing you have plugins installed in multiple directories.  Run gst-inspect without any arguments, and choose a plugin at random.  Run gst-inspect for the plugin you chose and examine the Filename detail.  If you look in that directory, I&#39;m guessing you&#39;ll not find the osssink plugin in that directory.<br>
<br>If this is the problem, and you need multiple plugin directories, this page describes that: <a href="http://www.gstreamer.net/data/doc/gstreamer/head/gstreamer/html/gst-running.html">http://www.gstreamer.net/data/doc/gstreamer/head/gstreamer/html/gst-running.html</a><br>
If you don&#39;t need multiple directories, you can just delete (or rename to be conservative) the directory that is being picked up instead of the correct one.<br><br>Rob<br></div>