diff options
author | Tanu Kaskinen <tanu.kaskinen@digia.com> | 2011-04-29 13:45:29 +0300 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-04-29 12:37:58 +0100 |
commit | 2ee398fd94fd9bbfaff61d0743c945f0a3411fa8 (patch) | |
tree | 1508ea6b0d1b80374fdeda31f8272628d2076cdb /src/pulsecore/remap_mmx.c | |
parent | 495c1ed2361f7bab5eaa6978d2fda624a2944bb9 (diff) |
match: Support for both merging and replacing proplist updates.
This patch adds a new update mode specifier that can be optionally
given in match rules after the regexp. Property list updates triggered
by the rule will honour the given mode. The two allowed modes are 'merge'
and 'replace', corresponding to PA_UPDATE_MERGE and PA_UPDATE_REPLACE
respectively. If omitted, the mode defaults to PA_UPDATE_MERGE, ie. to
the original behavior.
For example, to force 'media.role' to be overwritten with 'bar' for
streams matching foo you can use an entry like this:
foo replace "bar"
This will really overwrite media.role to bar even if it has already been
set to something else by the application.
Thanks to Krisztian Litkey for the original patch and the description
above. In addition to implementing the new feature, this patch fixes
a number of bugs in the parsing code.
Diffstat (limited to 'src/pulsecore/remap_mmx.c')
0 files changed, 0 insertions, 0 deletions