mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
fix compilation
This commit is contained in:
parent
280bbd88d4
commit
c73b56db38
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue