[gst-devel] mp3 decoder

Edward Hervey bilboed at gmail.com
Fri Nov 21 15:31:52 CET 2008


You haven't answered the question.

WHY do you want to write an mp3 decoding plugin which:
* uses libmad
* but can't be the already available 'mad' plugin

Is it because (tick the corresponding box):
[ ] you don't understand that mad and libmad are the same thing
[ ] you just want to write one as practice
[ ] you think you can get around legal issues by writing your own
[ ] you have no clue and you're just asking random questions

   Edward

On Fri, 2008-11-21 at 19:43 +0530, Gnanasekar wrote:
> 
> Ya sure i ll tell you my motive ,
> 
>     We need to write mp3 plug-in.As we know that filesrc is there for
> getting my mp3 input file from Local system and push it to mad
> plug-in.Here is the decoder part comes.So we planned to replace this
> mad plug-in with my own plug-in which does as mad does.After all
> decoder processing done here. we ll be pushing this output to next
> plug-in through push_pad()(that is alsasink or osssink);.This is what
> we have in our mind.
> 
> For that decoder part we planned to use libmad library for decoding
> functionality.
> Now suggest me what to do ? 
> 
> Christian Fredrik Kalager Schaller wrote: 
> > Hi,
> > I think what you should do is explain your motivations, it would be
> > easier to understand what you are trying to achieve then. Do you want to
> > write a GStreamer mp3 plugin as a way to teaching yourself about the
> > GStreamer framework? Or do you need to write a full mp3 decoder with
> > your companies copyright? Or something else?
> > 
> > If you explain that to us I think we will be better able to suggest a
> > solution.
> > 
> > Christian
> > 
> > On Thu, 2008-11-20 at 22:01 +0530, Gnanasekar wrote:
> >   
> > > Ya i know mad is there ! i want to make another one which is for mp3..
> > > 
> > > ved kpl wrote: 
> > >     
> > > > MAD?
> > > > 
> > > > On Thu, Nov 20, 2008 at 4:52 PM, Gnanasekar <sk.gnanasekar at gdatech.co.in> wrote:
> > > >   
> > > >       
> > > > > Hi all,
> > > > > 
> > > > >          I am interested in writing fresh mp3 plug-in for Gstreamer.To
> > > > > do so i need a mp3 decoder for decoding mp3 audio. Can any one suggest
> > > > > me to get through this process ?
> > > > > what decoder seems good and easily understandable for mp3 ?
> > > > > How can i achieve mp3 plug-in ?
> > > > > 
> > > > > Thanks and Regards,
> > > > > SK.Gnanasekar
> > > > > 
> > > > > -------------------------------------------------------------------------
> > > > > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> > > > > Build the coolest Linux based applications with Moblin SDK & win great prizes
> > > > > Grand prize is a trip for two to an Open Source event anywhere in the world
> > > > > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > > > > _______________________________________________
> > > > > gstreamer-devel mailing list
> > > > > gstreamer-devel at lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> > > > > 
> > > > >     
> > > > >         
> > > > 
> > > >       
> > > -------------------------------------------------------------------------
> > > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> > > Build the coolest Linux based applications with Moblin SDK & win great prizes
> > > Grand prize is a trip for two to an Open Source event anywhere in the world
> > > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > > _______________________________________________ gstreamer-devel mailing list gstreamer-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> > >     
> > 
> > 
> >   
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________ gstreamer-devel mailing list gstreamer-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gstreamer-devel





More information about the gstreamer-devel mailing list