fix compilation

This commit is contained in:
Wim Taymans 2024-07-18 14:24:53 +02:00
parent 280bbd88d4
commit c73b56db38
2 changed files with 2 additions and 2 deletions

View file

@ -274,7 +274,7 @@ static void stream_state_changed(void *d, enum pw_filter_state old,
struct impl *impl = s->impl;
switch (state) {
case PW_FILTER_STATE_ERROR:
pw_log_warn("stream %s: error: %s", s, error);
pw_log_warn("stream %p: error: %s", s, error);
break;
case PW_FILTER_STATE_UNCONNECTED:
pw_impl_module_schedule_destroy(impl->module);

View file

@ -297,7 +297,7 @@ static void stream_state_changed(void *d, enum pw_filter_state old,
struct impl *impl = s->impl;
switch (state) {
case PW_FILTER_STATE_ERROR:
pw_log_warn("stream %s: error: %s", s, error);
pw_log_warn("stream %p: error: %s", s, error);
break;
case PW_FILTER_STATE_UNCONNECTED:
pw_impl_module_schedule_destroy(impl->module);