[pulseaudio-commits] 2 commits - PROTOCOL src/pulse

Arun Raghavan arun at kemper.freedesktop.org
Mon Aug 15 02:52:12 PDT 2011


 PROTOCOL             |    6 ++++++
 src/pulse/proplist.h |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 2e075bb83767085cbafcdfeefa6fc77748a341dc
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Mon Aug 15 15:20:20 2011 +0530

    proplist: Make filter properties line up prettily

diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h
index a641f24..81eaed1 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"

commit 6bb78c80e155743fda92c4f167b7f0670b3ff1ea
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Mon Aug 15 15:19:10 2011 +0530

    Remind people not to break module-tunnel

diff --git a/PROTOCOL b/PROTOCOL
index 2773ca5..8c69190 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -277,3 +277,9 @@ PA_COMMAND_GET_SOURCE_OUTPUT_INFO_LIST)
 New field in PA_COMMAND_UNDERFLOW:
 
     int64_t index
+
+#### If you just changed the protocol, read this
+## module-tunnel depends on the sink/source/sink-input/source-input protocol
+## internals, so if you changed these, you might have broken module-tunnel.
+## Don't forget to test module-tunnel-{source,sink} when pushing protocol
+## changes.



More information about the pulseaudio-commits mailing list