gstreamer/gst/ac3parse
David Schleef aec67e6afe code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.
Original commit message from CVS:
code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
of lines.
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
* ext/flac/gstflactag.c: (gst_flac_tag_chain):
* ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
* gst-libs/gst/play/play.c: (gst_play_get_sink_element):
* gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
* gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
* gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
* gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
(gst_float2_2_int_link):
* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
* gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
* gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
* gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
* gst/udp/gstudpsink.c: (gst_udpsink_init_send):
* gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
* sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
* testsuite/gst-lint: Add tests for bzero and ;;
2004-02-02 20:09:08 +00:00
..
.gitignore Initial revision 2001-12-22 22:43:37 +00:00
gstac3parse.c code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines. 2004-02-02 20:09:08 +00:00
gstac3parse.h Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:46:51 +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.