summaryrefslogtreecommitdiffstats
path: root/tests/check/elements/aacparse.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-02aacparse: set channels and rate on output caps, and keep codec_dataTim-Philipp Müller1-8/+24
Create output caps from input caps, so we maintain any fields we might get on the input caps, such as codec_data or rate and channels. Set channels and rate on the output caps if we don't have input caps or they don't contain such fields. We do this partly because we can, but also because some muxers need this information. Tagreadbin will also be happy about this.
2008-11-13tests/check/: Add unit tests for new parsers.Stefan Kost1-0/+498
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/elements/aacparse.c: * tests/check/elements/amrparse.c: Add unit tests for new parsers.