diff --git a/spa/plugins/audioconvert/fmtconvert.c b/spa/plugins/audioconvert/fmtconvert.c index 0e2fefd2d..d99578e57 100644 --- a/spa/plugins/audioconvert/fmtconvert.c +++ b/spa/plugins/audioconvert/fmtconvert.c @@ -378,7 +378,7 @@ static int port_enum_formats(void *object, if (other->have_format) info = other->format; else - info.info.raw.format = SPA_AUDIO_FORMAT_F32; + info.info.raw.format = SPA_AUDIO_FORMAT_F32P; if (!other->have_format || info.info.raw.format == SPA_AUDIO_FORMAT_F32P ||