mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
source-output: Fix copy-pasto
CID: 1352047
This commit is contained in:
parent
2599a35721
commit
d0428f47f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1108,7 +1108,7 @@ void pa_source_output_set_property(pa_source_output *o, const char *key, const c
|
||||||
new_value = "(unset)";
|
new_value = "(unset)";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (PA_SINK_INPUT_IS_LINKED(o->state)) {
|
if (PA_SOURCE_OUTPUT_IS_LINKED(o->state)) {
|
||||||
pa_log_debug("Source output %u: proplist[%s]: %s -> %s", o->index, key, old_value, new_value);
|
pa_log_debug("Source output %u: proplist[%s]: %s -> %s", o->index, key, old_value, new_value);
|
||||||
pa_hook_fire(&o->core->hooks[PA_CORE_HOOK_SOURCE_OUTPUT_PROPLIST_CHANGED], o);
|
pa_hook_fire(&o->core->hooks[PA_CORE_HOOK_SOURCE_OUTPUT_PROPLIST_CHANGED], o);
|
||||||
pa_subscription_post(o->core, PA_SUBSCRIPTION_EVENT_SOURCE_OUTPUT | PA_SUBSCRIPTION_EVENT_CHANGE, o->index);
|
pa_subscription_post(o->core, PA_SUBSCRIPTION_EVENT_SOURCE_OUTPUT | PA_SUBSCRIPTION_EVENT_CHANGE, o->index);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue