From ce39c6200db95a9caaa6f8731b47e0c4bb2f5bb2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 2 Apr 2020 17:44:03 +0200 Subject: [PATCH] node: add comment --- spa/include/spa/node/node.h | 2 ++ 1 file changed, 2 insertions(+) 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. *