gstreamer/gst/ac3parse
Wim Taymans 8693a11ba2 Bring the plugins in sync with the new core capsnego system.
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
2002-01-13 22:27:24 +00:00
..
.gitignore Initial revision 2001-12-22 22:43:37 +00:00
gstac3parse.c Bring the plugins in sync with the new core capsnego system. 2002-01-13 22:27:24 +00:00
gstac3parse.h Initial revision 2001-12-22 22:43:37 +00:00
Makefile.am s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format 2002-01-12 03:34:26 +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.