]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/tagstruct.h
device-manager: Rather than flagging the device as available, just include the sink...
[pulseaudio] / src / pulsecore / tagstruct.h
index 19288eebffb51f0816710d7dcc1815aced1047ec..1a99e9245ab057fe89e280d2b24b44bea6ff9cf7 100644 (file)
 
 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',