mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
f6c63f0d8e
Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory. |
||
---|---|---|
.. | ||
.gitignore | ||
gstac3parse.c | ||
gstac3parse.h | ||
Makefile.am | ||
README |
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.