summaryrefslogtreecommitdiffstats
path: root/gst/aiffparse/aiffparse.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-28gst/aiffparse/aiffparse.*: Calculate width from depth correctly.Michael Smith1-0/+4
Original commit message from CVS: * gst/aiffparse/aiffparse.c: * gst/aiffparse/aiffparse.h: Calculate width from depth correctly. Read SSND header properly (fixes 24 bit AIFF reading).
2008-08-28Add an AIFF parsing element, heavily based on wavparse.Michael Smith1-0/+122
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.