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

@ -123,7 +123,7 @@ struct { \
{ { { SPA_TYPE_INTERFACE_Log, SPA_VERSION_LOG, \
SPA_CALLBACKS_INIT(&name.methods, &name) }, \
SPA_LOG_LEVEL_INFO, }, \
{ SPA_VERSION_LOG_METHODS_LOGT, \
{ SPA_VERSION_LOG_METHODS, \
spa_log_impl_log, \
spa_log_impl_logv, \
spa_log_impl_logt, \