gstreamer/gst/mpegaudioparse
Brian Cameron c642d08357 Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
2003-05-21 15:16:51 +00:00
..
gstmp3types.c fixes to mp3 typefinding: 2003-04-10 02:34:13 +00:00
gstmpegaudioparse.c Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1. 2003-04-07 18:43:25 +00:00
gstmpegaudioparse.h s/Gnome-Streamer/GStreamer/ 2002-03-20 21:45:03 +00:00
Makefile.am Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a... 2003-05-21 15:16:51 +00:00
README Initial revision 2001-12-22 23:26:48 +00:00

MP3 Audio Parser
================

This element acts as a parser for mpeg audio data.  It's called 'mp3' but
in reality will work for any MPEG-1, MPEG-2, or MPEG-2.5 elemental audio
stream of any of Layers I, II, and III.  It will not (currently, ever?)
handle MPEG-2 BC or NBC streams, as those have rather specialized needs
best served be a different filter.

It will take an mpeg audio stream in any form on its 'src' input, with any
buffer size, and split it into buffers containing a single frame each.
NOTE: ancillary data is not dealt with right now.