aboutsummaryrefslogtreecommitdiff
path: root/src/audio_parser.c
Commit message (Collapse)AuthorAge
* audio_format: added validation functionsMax Kellermann2009-02-11
| | | | | | 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().
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-11
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.