gstreamer/gst/ac3parse
Andy Wingo 8349527f92 Way, way, way too many files: Remove crack comment from the 2000 era.
Original commit message from CVS:
2005-07-05  Andy Wingo  <wingo@pobox.com>

* Way, way, way too many files:
Remove crack comment from the 2000 era.
2005-07-05 10:51:41 +00:00
..
.gitignore Initial revision 2001-12-22 22:43:37 +00:00
ac3parse.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstac3parse.c Way, way, way too many files: Remove crack comment from the 2000 era. 2005-07-05 10:51:41 +00:00
gstac3parse.h *.h: Revert indenting 2004-03-15 16:32:53 +00:00
Makefile.am Remove all locally-defined optimization flags 2003-09-11 19:57:59 +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.