mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-02-06 09:30:27 +01:00
wp: fix spa_log_methods version
Wireplumber implements version 0 of spa_log methods. Fixes logging on current pipewire.
This commit is contained in:
parent
24882f37a7
commit
86eecfc7e1
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ wp_spa_log_log (void *object,
|
|||
}
|
||||
|
||||
static const struct spa_log_methods wp_spa_log_methods = {
|
||||
SPA_VERSION_LOG_METHODS,
|
||||
0,
|
||||
.log = wp_spa_log_log,
|
||||
.logv = wp_spa_log_logv,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue