gstreamer/gst/ac3parse
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
..
.gitignore Initial revision 2001-12-22 22:43:37 +00:00
gstac3parse.c another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so t... 2003-01-10 10:22:24 +00:00
gstac3parse.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 22:43:37 +00:00

AC3 Audio Parser
================

This element parses out ac3 audio data.  It's based heavily on the
mp3parse element, with some minor changes to calculate frame sizes for ac3
instead of mp3.

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.