mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-03 06:30:08 +01:00
Revert "lib: core: set the export core to be shared to pipewire modules"
This reverts commit 8012fbd5cf.
There seems to be some underlying bug that sometimes causes a crash
when the Bluetooth monitor uses a loopback for autoswitching between
profiles. Reverting temporarily until the cause is fully determined.
See #682
This commit is contained in:
parent
01a7339625
commit
11f10b4f45
1 changed files with 0 additions and 7 deletions
|
|
@ -886,13 +886,6 @@ wp_core_connect (WpCore *self)
|
|||
/* Add the registry listener */
|
||||
wp_registry_attach (&self->registry, self->pw_core);
|
||||
|
||||
/* Set the export core to be the one shared between pipewire modules */
|
||||
if (pw_properties_get_bool (pw_core_get_properties (self->pw_core),
|
||||
"wireplumber.export-core", false)) {
|
||||
wp_debug_object (self, "set export core to be shared in pipewire modules");
|
||||
pw_context_set_object (self->pw_context, PW_TYPE_INTERFACE_Core, self->pw_core);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue