Hello all,
I am trying to install gstreamer plugins on ubuntu. I did the following steps to install good,bad,ugly and base plugins from gstreamer: sudo apt-get install gstreamer0.10-plugins-good sudo apt-get install gstreamer0.10-plugins-bad sudo apt-get install gstreamer0.10-plugins-ugly sudo apt-get install gstreamer0.10-plugins-base All these executed with no error message. To confirm the packages are at latest version, when I tried again, I get following message with each one of them. Reading package lists... Done Building dependency tree Reading state information... Done gstreamer0.10-plugins-base is already the newest version. The following packages were automatically installed and are no longer required: openoffice.org-l10n-en-gb pidgin-data Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 217 not upgraded. Now when I do gst-inspect | grep osssink, I don't find any results. same happening with some other plugins also e.g. alsasink, oggdemux etc. Can someone please help me? thanks, Harshada. ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Do you have the latest 0.10.29 gstreamer?
Try gst-inspect --version. 2010/8/5 harshada gune <[hidden email]> Hello all, -- Your Sincerely Michael Joachimiak ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
I tried running gst-inspect --version. Op is as follows:
gst-inspect-0.10 version 0.10.30 GStreamer 0.10.30 Unknown package origin On Thu, Aug 5, 2010 at 12:00 PM, Michael Joachimiak <[hidden email]> wrote: Do you have the latest 0.10.29 gstreamer? ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by harshada gune
Hi,
On Wed, Aug 4, 2010 at 11:16 PM, harshada gune <[hidden email]> wrote: Hello all, [deletia] Now when I do gst-inspect | grep osssink, I don't find any results. same happening with some other plugins also e.g. alsasink, oggdemux etc. I'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'm guessing you'll not find the osssink plugin in that directory. If this is the problem, and you need multiple plugin directories, this page describes that: http://www.gstreamer.net/data/doc/gstreamer/head/gstreamer/html/gst-running.html If you don'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. Rob ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
It worked! Thanks a lot!
On Fri, Aug 6, 2010 at 12:16 AM, Robert Powell <[hidden email]> wrote:
------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |