mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 05:48:02 +02:00
m-standard-event-source: add SiLink to the object type & priority list
Just to avoid warnings for now
This commit is contained in:
parent
48635cb780
commit
b2f2e3f745
1 changed files with 5 additions and 0 deletions
|
|
@ -78,6 +78,11 @@ get_object_type_and_priority (gpointer obj, const gchar **type, gint *priority)
|
|||
*type = "metadata";
|
||||
*priority = 40;
|
||||
}
|
||||
else if (WP_IS_SI_LINK (obj))
|
||||
{
|
||||
*type = "SiLink";
|
||||
*priority = 30;
|
||||
}
|
||||
|
||||
return type != NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue