Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 2011-09-19 | 1 | -3/+11 |
| | | | | | | Pass audio_output objects around instead of void pointers. This will give some more control to the plugin, and prepares for non-blocking audio outputs. | ||||
* | output_control: move code to audio_output_destruct() | Max Kellermann | 2011-08-30 | 1 | -0/+52 |
.. and destruct the output object properly in test/run_output. |