<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
This page is showing invalid security certificate ... i can't open this
...<br>
<br>
Frans van Berckel wrote:
<blockquote cite="mid:1227116154.5348.3.camel@deblnxsrv254.localdomain"
 type="cite">
  <pre wrap="">Hi,

Did you take a look into the GStreamer mp3 plugin by Fluendo?

<a class="moz-txt-link-freetext" href="https://core.fluendo.com/gstreamer/trac/browser/trunk">https://core.fluendo.com/gstreamer/trac/browser/trunk</a>



Frans van Berckel

On Wed, 2008-11-19 at 14:59 +0530, Gnanasekar wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all,

          I am working on developing plug-in for mp3.From the help of 
mad plugin i found some of the ideas.from this what i came to know is 
filesrc is getting an every 4K of data and passing it to chain function 
of mad plugin.Here in chain this 4K is processed in some manner and 
pushed to ( gst_pad_push (filter-&gt;srcpad, buf) ) source pad.

          But the thing is that i dont want to use this mad .. i have to 
use my own plugin for mp3 decoder ... for this i found a decoder called 
libmad. which is having some decoding algorithm.
But it is getting data as a single buffer of whole data.

          My query is that
         1. how to pass whole data from filesrc to plugin decoder?
         2. how to use libmad in my plugin ?
         3. how to pass output of decoded data to alsasink or osssink ?

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 &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
<a class="moz-txt-link-freetext" href="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
<br>
</body>
</html>