summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pulse/def.h2
-rw-r--r--src/pulsecore/tagstruct.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/pulse/def.h b/src/pulse/def.h
index 21a02bcc..fb1bd279 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -234,7 +234,7 @@ typedef enum pa_stream_flags {
PA_STREAM_DONT_INHIBIT_AUTO_SUSPEND = 0x8000U,
/**< If set this stream won't be taken into account when we it is
* checked whether the device this stream is connected to should
- * auto-suspend. \ since 0.9.15 */
+ * auto-suspend. \since 0.9.15 */
PA_STREAM_START_UNMUTED = 0x10000U
/**< Create in unmuted state. If neither PA_STREAM_START_UNMUTED
diff --git a/src/pulsecore/tagstruct.h b/src/pulsecore/tagstruct.h
index 19288eeb..1a99e924 100644
--- a/src/pulsecore/tagstruct.h
+++ b/src/pulsecore/tagstruct.h
@@ -37,6 +37,10 @@
typedef struct pa_tagstruct pa_tagstruct;
+/* Due to a stupid design flaw, proplists may only be at the END of a
+ * packet or not before a STRING! Don't forget that! We can't really
+ * fix this without breaking compat. */
+
enum {
PA_TAG_INVALID = 0,
PA_TAG_STRING = 't',