summaryrefslogtreecommitdiff
path: root/src/pulse
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2011-08-15 15:20:20 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2011-08-15 15:20:20 +0530
commit2e075bb83767085cbafcdfeefa6fc77748a341dc (patch)
treeae601442eee052b2fa9b0dc316a450ae00df22d6 /src/pulse
parent6bb78c80e155743fda92c4f167b7f0670b3ff1ea (diff)
proplist: Make filter properties line up prettily
Diffstat (limited to 'src/pulse')
-rw-r--r--src/pulse/proplist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h
index a641f248..81eaed1d 100644
--- a/src/pulse/proplist.h
+++ b/src/pulse/proplist.h
@@ -63,13 +63,13 @@ PA_C_DECL_BEGIN
#define PA_PROP_MEDIA_ROLE "media.role"
/** For streams: the name of a filter that is desired, e.g. "echo-cancel" or "equalizer-sink". PulseAudio may choose to not apply the filter if it does not make sense (for example, applying echo-cancellation on a Bluetooth headset probably does not make sense. \since 1.0 */
-#define PA_PROP_FILTER_WANT "filter.want"
+#define PA_PROP_FILTER_WANT "filter.want"
/** For streams: the name of a filter that is desired, e.g. "echo-cancel" or "equalizer-sink". Differs from PA_PROP_FILTER_WANT in that it forces PulseAudio to apply the filter, regardless of whether PulseAudio thinks it makes sense to do so or not. If this is set, PA_PROP_FILTER_WANT is ignored. In other words, you almost certainly do not want to use this. \since 1.0 */
-#define PA_PROP_FILTER_APPLY "filter.apply"
+#define PA_PROP_FILTER_APPLY "filter.apply"
/** For streams: the name of a filter that should specifically suppressed (i.e. overrides PA_PROP_FILTER_WANT). Useful for the times that PA_PROP_FILTER_WANT is automatically added (e.g. echo-cancellation for phone streams when $VOIP_APP does it's own, internal AEC) \since 1.0 */
-#define PA_PROP_FILTER_SUPPRESS "filter.suppress"
+#define PA_PROP_FILTER_SUPPRESS "filter.suppress"
/** For event sound streams: XDG event sound name. e.g. "message-new-email" (Event sound streams are those with media.role set to "event") */
#define PA_PROP_EVENT_ID "event.id"