mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
filter: Move the proplist defines into the central place and document them.
This commit is contained in:
parent
c376ac5920
commit
e727068956
3 changed files with 6 additions and 6 deletions
|
|
@ -36,9 +36,6 @@
|
|||
|
||||
#include "module-filter-apply-symdef.h"
|
||||
|
||||
#define PA_PROP_FILTER_WANT "filter.want"
|
||||
#define PA_PROP_FILTER_SUPPRESS "filter.suppress"
|
||||
|
||||
|
||||
PA_MODULE_AUTHOR("Colin Guthrie");
|
||||
PA_MODULE_DESCRIPTION("Load filter sinks automatically when needed");
|
||||
|
|
|
|||
|
|
@ -33,9 +33,6 @@
|
|||
|
||||
#include "module-filter-heuristics-symdef.h"
|
||||
|
||||
#define PA_PROP_FILTER_WANT "filter.want"
|
||||
#define PA_PROP_FILTER_SUPPRESS "filter.suppress"
|
||||
|
||||
|
||||
PA_MODULE_AUTHOR("Colin Guthrie");
|
||||
PA_MODULE_DESCRIPTION("Detect when various filters are desirable");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue