audioconvert: improvements

This commit is contained in:
Wim Taymans 2018-04-02 20:05:11 +02:00
parent 2cfb206d7c
commit 0b4cef586f
8 changed files with 710 additions and 29 deletions

View file

@ -87,7 +87,7 @@ struct pw_node_events {
void (*process) (void *data);
/** the node has a buffer to reuse */
void (*reuse_buffer) (void *data, uint32_t port_id, uint32_t buffer_id);
/** the node driver finished processing */
void (*finish) (void *data);
};