mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-18 06:46:28 -04:00
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:
parent
e0697f52c3
commit
c3c3cb7ef2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue