mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-04 21:18:03 +02:00
m-standard-event-source: manage all kinds of session items in the om
So that we can also work with SiLink objects with this object manager
This commit is contained in:
parent
c0322cb34f
commit
48635cb780
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ wp_standard_event_source_enable (WpPlugin * plugin, WpTransition * transition)
|
|||
|
||||
self->om = wp_object_manager_new ();
|
||||
wp_object_manager_add_interest (self->om, WP_TYPE_GLOBAL_PROXY, NULL);
|
||||
wp_object_manager_add_interest (self->om, WP_TYPE_SI_LINKABLE, NULL);
|
||||
wp_object_manager_add_interest (self->om, WP_TYPE_SESSION_ITEM, NULL);
|
||||
wp_object_manager_request_object_features (self->om,
|
||||
WP_TYPE_GLOBAL_PROXY, WP_OBJECT_FEATURES_ALL);
|
||||
g_signal_connect_object (self->om, "object-added",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue