mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pass the global type as an id instead of string
This commit is contained in:
parent
d1655196c3
commit
f7e9e0c33a
9 changed files with 41 additions and 40 deletions
|
|
@ -452,6 +452,8 @@ on_remote_data(struct spa_loop_utils *utils,
|
|||
struct pw_connection *conn = impl->connection;
|
||||
|
||||
if (mask & (SPA_IO_ERR | SPA_IO_HUP)) {
|
||||
pw_log_error("protocol-native %p: got connection error", impl);
|
||||
pw_remote_destroy(this);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue