Filter out a couple pulseaudio stream properties by setting them to 0-length data
commit3131104595bb080b548189c2f2ed4209ad5c1e52
authorChris Robinson <chris.kcat@gmail.com>
Mon, 5 Mar 2012 21:00:51 +0000 (5 13:00 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 5 Mar 2012 21:00:51 +0000 (5 13:00 -0800)
tree89154958573e7bdc05a50ff0d3b0f11d3f434273
parentf64bdc4bd4f2cf7f9fd32d28016e31069ab4b573
Filter out a couple pulseaudio stream properties by setting them to 0-length data

It seems Qt/Phonon will globally set media.role and phonon.streamid properties,
causing them to apply even to our streams if they happen to be loaded in the
same process. This is particularly a problem because media.role gets set to
"event", preventing the streams from showing in pavucontrol.
Alc/backends/pulseaudio.c