jack: don't emit "other" ports

When we see a non-dsp port, simply ignore it. This will make sure also
the links are ignored.

See #3512
This commit is contained in:
Wim Taymans 2026-04-16 13:36:23 +02:00
parent e0697f52c3
commit c3c3cb7ef2

View file

@ -3894,7 +3894,7 @@ static void registry_event_global(void *data, uint32_t id,
const char *name;
if ((str = spa_dict_lookup(props, PW_KEY_FORMAT_DSP)) == NULL)
str = "other";
goto exit;
if ((type_id = string_to_type(str)) == SPA_ID_INVALID)
goto exit;