--info also verify pipewire connection for app audio

This commit is contained in:
dec05eba
2024-11-17 13:15:38 +01:00
parent 0ee68146a7
commit 62ff649204
2 changed files with 6 additions and 1 deletions

View File

@@ -332,7 +332,7 @@ void gsr_pipewire_audio_deinit(gsr_pipewire_audio *self) {
self->num_requested_links = 0;
#if PW_CHECK_VERSION(0, 3, 49)
pw_deinit();
pw_deinit();
#endif
}