mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-19 08:57:00 -05:00
match: document how broken the module-match logic is
This commit is contained in:
parent
cfef930036
commit
5207e19142
1 changed files with 3 additions and 0 deletions
|
|
@ -243,6 +243,9 @@ int pa__init(pa_module*m) {
|
||||||
if (load_rules(u, pa_modargs_get_value(ma, "table", NULL)) < 0)
|
if (load_rules(u, pa_modargs_get_value(ma, "table", NULL)) < 0)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
|
/* FIXME: Doing this asynchronously is just broken. This needs to
|
||||||
|
* use a hook! */
|
||||||
|
|
||||||
u->subscription = pa_subscription_new(m->core, PA_SUBSCRIPTION_MASK_SINK_INPUT, callback, u);
|
u->subscription = pa_subscription_new(m->core, PA_SUBSCRIPTION_MASK_SINK_INPUT, callback, u);
|
||||||
|
|
||||||
pa_modargs_free(ma);
|
pa_modargs_free(ma);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue