Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-11 | audio_format: added validation functions | Max Kellermann | 1 | -3/+3 | |
In addition to audio_format_valid(), provide functions which validate only one attribute of an audio_format. These functions are reused by audio_format_parse(). | |||||
2009-02-11 | audio: replaced parseAudioConfig() with audio_format_parse() | Max Kellermann | 1 | -0/+98 | |
Added audio_format_parse() in a separate library, with a modern interface: return a GError instead of logging errors. This allows the caller to deal with the error. |