Hi

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

Hi

vaisakhn7
Hi

I'm trying to run example program "helloworld" in gstreamer.0.8.6...
but shows couldnot find MAD plugin..so tried to install the plug in
gst-plugin-0.8.6...and i completed the installion with mad(after ./configure ....
MAD is listed in the plugins that are going to build )..and finished make && make install
but gst-register couldnt load the mad plugin........


and the problem still exist.........what to do ..please help...


advance thanks............


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Hi

Edward Hervey
Administrator
The 0.8 series of GStreamer is no longer supported. Please use the 0.10
series.

   Edward

On Thu, 2008-12-18 at 16:05 +0530, Vaisakh N. wrote:

>
> I'm trying to run example program "helloworld" in gstreamer.0.8.6...
> but shows couldnot find MAD plugin..so tried to install the plug in
> gst-plugin-0.8.6...and i completed the installion with
> mad(after ./configure ....
> MAD is listed in the plugins that are going to build )..and finished
> make && make install
> but gst-register couldnt load the mad plugin........
>
>
> and the problem still exist.........what to do ..please help...
>
>
> advance thanks............
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

gst-dev

vaisakhn7
Hi...am a beginner in gstreamer development ...
Could anybody knows is there any plug-in for gstreamer0.10...
How can I find out installed plug-in my system...
Help me..
Thanks



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-dev

Jyoti-2
Type gst-inspect in your command line and u get the set of plugins installed in your machine

On Thu, Dec 18, 2008 at 5:40 PM, Vaisakh N. <[hidden email]> wrote:
Hi...am a beginner in gstreamer development ...
Could anybody knows is there any plug-in for gstreamer0.10...
How can I find out installed plug-in my system...
Help me..
Thanks



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

HI

vaisakhn7
In reply to this post by vaisakhn7
HI

while inthe make and make install of gst-plugin-ugly 0.10.5
there is an error "cant fin -lid3"
this is the error how can i solve this............

/**********************************/

.libs/libgstmad.so
/usr/bin/ld: cannot find -lid3
collect2: ld returned 1 exit status
make[3]: *** [libgstmad.la] Error 1
make[3]: Leaving directory `/home/Data/gst-plugins-ugly-0.10.5/ext/mad'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Data/gst-plugins-ugly-0.10.5/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Data/gst-plugins-ugly-0.10.5'
make: *** [all] Error 2

/******************************************************/
thanks in advance............


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

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

Re: HI

Eric Zhang-6
Hi, gstreamer-devel:

    Install the id3 library manually first (www.id3.org) or add "--disable-id3tag" option to your configure command if you don't need id3 at all.

Eric Zhang

2008/12/23 Vaisakh N. <[hidden email]>

while inthe make and make install of gst-plugin-ugly 0.10.5
there is an error "cant fin -lid3"
this is the error how can i solve this............

/**********************************/

.libs/libgstmad.so
/usr/bin/ld: cannot find -lid3
collect2: ld returned 1 exit status
make[3]: *** [libgstmad.la] Error 1
make[3]: Leaving directory `/home/Data/gst-plugins-ugly-0.10.5/ext/mad'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Data/gst-plugins-ugly-0.10.5/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Data/gst-plugins-ugly-0.10.5'
make: *** [all] Error 2

/******************************************************/
thanks in advance............


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

_______________________________________________
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