gstreamer/gst/ac3parse
Christian Schaller 64789849a6 plugins part of license field patch
Original commit message from CVS:
plugins part of license field patch
2002-09-18 19:02:46 +00:00
..
.gitignore Initial revision 2001-12-22 22:43:37 +00:00
gstac3parse.c plugins part of license field patch 2002-09-18 19:02:46 +00:00
gstac3parse.h s/Gnome-Streamer/GStreamer/ 2002-03-20 21:45:03 +00:00
Makefile.am removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:10:05 +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.