Gstreamer execution problem

Stefan Sauer ensonic at hora-obscura.de
Wed May 9 13:56:30 PDT 2012


On 05/08/2012 02:51 PM, lchand wrote:
> Hi,
>
> I am new to gstreamer, 
>
> When I execute
>  gst-inspect-0.10 osssink
> Getting: No such element or plugin 'osssink'
>
> Even for gst-launch-0.10 audiotestsrc ! audioconvert ! audioresample !
> osssink
> getting ERROR: pipeline could not be constructed: no element "audiotestsrc"
>
> I downloaded & installed the following plugins on Ubuntu PC:
> * gstreamer-0.10.36
> * gst-plugins-base-0.10.36
> * gst-plugins-good-0.10.31
> * gst-plugins-bad-0.10.23
> * gst-plugins-ugly-0.10.19
> * gst-ffmpeg-0.10.13
> * gst-phytho-0.10.6
>
> All plugins compiled with --prefix=/usr/local
>
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
> export GST_PLUGIN_PATH= /usr/local/lib/gstreamer-0.10
>
> All the plugins got successfully compiled.
Also export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
or add /usr/local/lib to your /etc/ld.so.conf

Stefan
>
> Please help whether anything I am missing in the installation.
>
> Thanks
> L. Chand
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-execution-problem-tp4617380.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list