mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Fix typo: properies -> properties
This commit is contained in:
parent
d6e7aa2bdc
commit
01d50b8c88
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ static const char* get_filter_parameters(pa_object *o, const char *want, bool is
|
|||
|
||||
/* This function is used to set or unset the filter related stream properties. This is necessary
|
||||
* if a stream does not have filter.apply set and is manually moved to a filter sink or source.
|
||||
* In this case, the properies must be temporarily set and removed when the stream is moved away
|
||||
* In this case, the properties must be temporarily set and removed when the stream is moved away
|
||||
* from the filter. */
|
||||
static void set_filter_properties(pa_proplist *pl, struct filter *filter, bool set_properties) {
|
||||
char *prop_parameters;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue