mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 17:08:01 +02:00
spa-device: do not assert if the activation transition fails
This commit is contained in:
parent
c158dfc020
commit
faff5c644c
1 changed files with 2 additions and 0 deletions
|
|
@ -447,6 +447,8 @@ wp_spa_device_activate_execute_step (WpObject * object,
|
|||
wp_object_update_features (object, WP_SPA_DEVICE_FEATURE_ENABLED, 0);
|
||||
break;
|
||||
}
|
||||
case WP_TRANSITION_STEP_ERROR:
|
||||
break;
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue