proplist: Make filter properties line up prettily
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 15 Aug 2011 09:50:20 +0000 (15:20 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 15 Aug 2011 09:50:20 +0000 (15:20 +0530)
src/pulse/proplist.h

index a641f24..81eaed1 100644 (file)
@@ -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"