From 7d27668fb29c2a0a817d4e948dd3c59e9da4fcd1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 28 Apr 2025 09:51:20 +0200 Subject: [PATCH] ebur128: fix port name Fixes #4667 --- spa/plugins/filter-graph/ebur128_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/filter-graph/ebur128_plugin.c b/spa/plugins/filter-graph/ebur128_plugin.c index 92904e102..a7aeeef99 100644 --- a/spa/plugins/filter-graph/ebur128_plugin.c +++ b/spa/plugins/filter-graph/ebur128_plugin.c @@ -356,7 +356,7 @@ static struct spa_fga_port ebur128_ports[] = { .flags = SPA_FGA_PORT_OUTPUT | SPA_FGA_PORT_CONTROL, }, { .index = PORT_OUT_SHORTTERM, - .name = "Shorttem LUFS", + .name = "Shortterm LUFS", .flags = SPA_FGA_PORT_OUTPUT | SPA_FGA_PORT_CONTROL, }, { .index = PORT_OUT_GLOBAL,