Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-02 | aacparse: set channels and rate on output caps, and keep codec_data | Tim-Philipp Müller | 1 | -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-13 | tests/check/: Add unit tests for new parsers. | Stefan Kost | 1 | -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. |