diff --git a/spa/include/spa/node/node.h b/spa/include/spa/node/node.h index c5e48107a..51313c88f 100644 --- a/spa/include/spa/node/node.h +++ b/spa/include/spa/node/node.h @@ -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. *