mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
filter-apply: fix typo "what" -> "want"
This commit is contained in:
parent
bc10d26621
commit
71b128aaea
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ static const char* should_filter(pa_object *o, bool is_sink_input) {
|
||||||
else
|
else
|
||||||
pl = PA_SOURCE_OUTPUT(o)->proplist;
|
pl = PA_SOURCE_OUTPUT(o)->proplist;
|
||||||
|
|
||||||
/* If the stream doesn't what any filter, then let it be. */
|
/* If the stream doesn't want any filter, then let it be. */
|
||||||
if ((apply = pa_proplist_gets(pl, PA_PROP_FILTER_APPLY)) && !pa_streq(apply, "")) {
|
if ((apply = pa_proplist_gets(pl, PA_PROP_FILTER_APPLY)) && !pa_streq(apply, "")) {
|
||||||
const char* suppress = pa_proplist_gets(pl, PA_PROP_FILTER_SUPPRESS);
|
const char* suppress = pa_proplist_gets(pl, PA_PROP_FILTER_SUPPRESS);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue