mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -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;
|
struct impl *impl = s->impl;
|
||||||
switch (state) {
|
switch (state) {
|
||||||
case PW_FILTER_STATE_ERROR:
|
case PW_FILTER_STATE_ERROR:
|
||||||
pw_log_warn("stream %s: error: %s", s, error);
|
pw_log_warn("stream %p: error: %s", s, error);
|
||||||
break;
|
break;
|
||||||
case PW_FILTER_STATE_UNCONNECTED:
|
case PW_FILTER_STATE_UNCONNECTED:
|
||||||
pw_impl_module_schedule_destroy(impl->module);
|
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;
|
struct impl *impl = s->impl;
|
||||||
switch (state) {
|
switch (state) {
|
||||||
case PW_FILTER_STATE_ERROR:
|
case PW_FILTER_STATE_ERROR:
|
||||||
pw_log_warn("stream %s: error: %s", s, error);
|
pw_log_warn("stream %p: error: %s", s, error);
|
||||||
break;
|
break;
|
||||||
case PW_FILTER_STATE_UNCONNECTED:
|
case PW_FILTER_STATE_UNCONNECTED:
|
||||||
pw_impl_module_schedule_destroy(impl->module);
|
pw_impl_module_schedule_destroy(impl->module);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue