From 9088b2f0d97577e195ab6ecef53a368c32d4b37c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 2 Nov 2018 17:51:30 +0100 Subject: [PATCH] splitter: fix compilation --- spa/plugins/audioconvert/splitter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/audioconvert/splitter.c b/spa/plugins/audioconvert/splitter.c index 805c932e6..0b17db9e5 100644 --- a/spa/plugins/audioconvert/splitter.c +++ b/spa/plugins/audioconvert/splitter.c @@ -599,7 +599,7 @@ static int port_set_format(struct spa_node *node, if (format == NULL) { if (port->have_format) { if (direction == SPA_DIRECTION_INPUT) - port->have_format = this->profile; + port->have_format = this->have_profile; else port->have_format = false; clear_buffers(this, port);