node: add comment

This commit is contained in:
Wim Taymans 2020-04-02 17:44:03 +02:00
parent 1b3aaba206
commit ce39c6200d

View file

@ -605,6 +605,8 @@ struct spa_node_methods {
/**
* Process the node
*
* This function must be called from the data thread.
*
* Output io areas with SPA_STATUS_NEED_DATA will recycle the
* buffers if any.
*