diff --git a/src/modules/module-filter-chain.c b/src/modules/module-filter-chain.c index 1e15f9fe5..1411992ec 100644 --- a/src/modules/module-filter-chain.c +++ b/src/modules/module-filter-chain.c @@ -288,11 +288,15 @@ PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME); * - \ref PW_KEY_NODE_GROUP * - \ref PW_KEY_NODE_LINK_GROUP * - \ref PW_KEY_NODE_VIRTUAL + * - \ref PW_KEY_NODE_NAME: See notes below. If not specified, defaults to + * 'filter-chain--'. * * Stream only properties: * * - \ref PW_KEY_MEDIA_CLASS - * - \ref PW_KEY_NODE_NAME + * - \ref PW_KEY_NODE_NAME: if not given per stream, the global node.name will be + * prefixed with 'input.' and 'output.' to generate a capture and playback + * stream node.name respectively. * * ## Example configuration of a virtual source * diff --git a/src/modules/module-loopback.c b/src/modules/module-loopback.c index b9c881158..e0dac99ae 100644 --- a/src/modules/module-loopback.c +++ b/src/modules/module-loopback.c @@ -72,11 +72,15 @@ * - \ref PW_KEY_NODE_GROUP * - \ref PW_KEY_NODE_LINK_GROUP * - \ref PW_KEY_NODE_VIRTUAL + * - \ref PW_KEY_NODE_NAME: See notes below. If not specified, defaults to + * 'loopback--'. * * Stream only properties: * * - \ref PW_KEY_MEDIA_CLASS - * - \ref PW_KEY_NODE_NAME + * - \ref PW_KEY_NODE_NAME: if not given per stream, the global node.name will be + * prefixed with 'input.' and 'output.' to generate a capture and playback + * stream node.name respectively. * * ## Example configuration of a virtual sink *