Hi.....

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Hi.....

vaisakhn7
Hi.....

Hi.......




 1. I installed gstreamer 0.10.21 in my pc..

 2.Then i run gst-register it listed some plugins.....

 3.Then i tried to run the helloworld application
    from /gstreamer 0.10/test/examples/helloworld/./helloworld test.mp3
    it outs 'couldnot find 'mad' plugin

 4.So i went for download a gst-plugin 0.10.21 from gst-base plug-ins ...

 5.But the helloworld application still not working it shows the same message
even though i set the environmental variables to the plugin installed directory....
(LD_LIBRARY_PATH,PATH,PKG_CONFIG_PATH)

could any one help me..?

   In my system there is lower version gstreamer is there ...will its a problem?





------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Hi.....

Stefan Sauer
Vaisakh N. schrieb:
>
> Hi.......
>
>
>
>
>  1. I installed gstreamer 0.10.21 in my pc..

install gstreamer, gst-plugins-base, gst-plugins-good and so on. ALso install
-devel and -doc packges is you want to develop things.

>
>  2.Then i run gst-register it listed some plugins.....

There is not gst-register in 0.10 anymore.

>
>  3.Then i tried to run the helloworld application
>     from /gstreamer 0.10/test/examples/helloworld/./helloworld test.mp3
>     it outs 'couldnot find 'mad' plugin

You have not installed mad-devel as you've been told before. When you compile
any of the packages, you see a block of features at the end of the configure
run. If there is a feature missing what you want, install the needed libraries
and the devel packages for those.

Verify with e.g. gst-inspect mad, that mad is there. A common pitfall is that
you install own build packages to /usr/local (thats the default and its
correct), but you haven't exported GST_PLUGIN_PATH to point to
/usr/local/lib/.gstreamer-0.10.


Stefan

>
>  4.So i went for download a gst-plugin 0.10.21 from gst-base plug-ins ...
>
>  5.But the helloworld application still not working it shows the same
> message
> even though i set the environmental variables to the plugin installed
> directory....
> (LD_LIBRARY_PATH,PATH,PKG_CONFIG_PATH)
>
> could any one help me..?
>
>    In my system there is lower version gstreamer is there ...will its a
> problem?
>
>
>
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel