mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
filter: don't use invalid context
The context is not yet set on the impl. Fixes #2323
This commit is contained in:
parent
e406ff9530
commit
c9cf914d85
1 changed files with 1 additions and 1 deletions
|
|
@ -1216,7 +1216,7 @@ filter_new(struct pw_context *context, const char *name,
|
||||||
|
|
||||||
pw_context_conf_update_props(context, "filter.properties", props);
|
pw_context_conf_update_props(context, "filter.properties", props);
|
||||||
|
|
||||||
pw_context_conf_section_match_rules(impl->context, "filter.rules",
|
pw_context_conf_section_match_rules(context, "filter.rules",
|
||||||
&this->properties->dict, execute_match, this);
|
&this->properties->dict, execute_match, this);
|
||||||
|
|
||||||
if ((str = getenv("PIPEWIRE_PROPS")) != NULL)
|
if ((str = getenv("PIPEWIRE_PROPS")) != NULL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue