Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-28 | gst/aiffparse/aiffparse.c: Read size of chunks preceeding the audio data ↵ | Michael Smith | 1 | -1/+1 | |
with the correct endianness. Fixes playback ... Original commit message from CVS: * gst/aiffparse/aiffparse.c: Read size of chunks preceeding the audio data with the correct endianness. Fixes playback of some files. Fixes #538500 | |||||
2008-08-28 | Add an AIFF parsing element, heavily based on wavparse. | Michael Smith | 3 | -0/+1685 | |
Original commit message from CVS: * configure.ac: * gst/aiffparse/Makefile.am: * gst/aiffparse/aiffparse.c: * gst/aiffparse/aiffparse.h: Add an AIFF parsing element, heavily based on wavparse. |