fix versions of the log interface

This commit is contained in:
Wim Taymans 2021-09-29 17:03:26 +02:00
parent b45d906dc4
commit a9c64e1609
4 changed files with 5 additions and 5 deletions

View file

@ -168,7 +168,7 @@ impl_log_topic_init(void *object, struct spa_log_topic *t)
}
static const struct spa_log_methods impl_log = {
SPA_VERSION_LOG_METHODS_LOGT,
SPA_VERSION_LOG_METHODS,
.log = impl_log_log,
.logv = impl_log_logv,
.logt = impl_log_logt,

View file

@ -250,7 +250,7 @@ impl_log_topic_init(void *object, struct spa_log_topic *t)
}
static const struct spa_log_methods impl_log = {
SPA_VERSION_LOG_METHODS_LOGT,
SPA_VERSION_LOG_METHODS,
.log = impl_log_log,
.logv = impl_log_logv,
.logt = impl_log_logt,