mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
conf-parser: Add support for parsing property lists.
This commit is contained in:
parent
7449f6d9e5
commit
d3bced8bee
6 changed files with 61 additions and 11 deletions
|
|
@ -633,7 +633,7 @@ int pa_daemon_conf_load(pa_daemon_conf *c, const char *filename) {
|
|||
ci.default_channel_map_set = ci.default_sample_spec_set = FALSE;
|
||||
ci.conf = c;
|
||||
|
||||
r = f ? pa_config_parse(c->config_file, f, table, NULL) : 0;
|
||||
r = f ? pa_config_parse(c->config_file, f, table, NULL, NULL) : 0;
|
||||
|
||||
if (r >= 0) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue