summaryrefslogtreecommitdiff
path: root/gst/aiffparse
AgeCommit message (Expand)AuthorFilesLines
2009-08-31GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller1-1/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-30gst/aiffparse/aiffparse.c: AIFF is always signed, even for 8 bit.Michael Smith1-2/+1
2008-10-28gst/aiffparse/aiffparse.*: Calculate width from depth correctly.Michael Smith2-6/+42
2008-10-14gst/aiffparse/aiffparse.c: Fix debugging category initialization.Edward Hervey1-5/+3
2008-09-09gst/aiffparse/aiffparse.c: Support chunks in AIFF in any order in pull mode, ...Michael Smith1-60/+81
2008-09-02Enable/fix up translations for these plugins.Tim-Philipp Müller1-0/+7
2008-08-28gst/aiffparse/aiffparse.c: Read size of chunks preceeding the audio data with...Michael Smith1-1/+1
2008-08-28Add an AIFF parsing element, heavily based on wavparse.Michael Smith3-0/+1685