mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: improve module args compatibility
Boolean switches can also be true with 'y', 'yes', 't' and 'on'
This commit is contained in:
parent
310e6009ca
commit
c8f629a0a3
6 changed files with 14 additions and 5 deletions
|
|
@ -82,5 +82,6 @@ void module_add_listener(struct module *module,
|
|||
|
||||
void module_args_add_props(struct pw_properties *props, const char *str);
|
||||
int module_args_to_audioinfo(struct impl *impl, struct pw_properties *props, struct spa_audio_info_raw *info);
|
||||
bool module_args_parse_bool(const char *str);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue