mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-01 06:46:47 -04:00
modules: remove a warning
This commit is contained in:
parent
ca91b368c1
commit
41520f1022
1 changed files with 0 additions and 2 deletions
|
|
@ -198,8 +198,6 @@ static void make_runnable(struct pw_context *context, struct pw_impl_node *node)
|
||||||
*/
|
*/
|
||||||
static inline bool may_follow(struct pw_impl_port *p, struct pw_impl_port *other)
|
static inline bool may_follow(struct pw_impl_port *p, struct pw_impl_port *other)
|
||||||
{
|
{
|
||||||
pw_log_warn("%s %s %d %d", p->node->name, other->node->name,
|
|
||||||
p->passive_mode, other->passive_mode);
|
|
||||||
if (p->passive_mode == PASSIVE_MODE_FALSE)
|
if (p->passive_mode == PASSIVE_MODE_FALSE)
|
||||||
return true;
|
return true;
|
||||||
if (p->passive_mode == PASSIVE_MODE_FOLLOW_SUSPEND &&
|
if (p->passive_mode == PASSIVE_MODE_FOLLOW_SUSPEND &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue