pulse: Make sure the stream is uncorked in the write function
authorJan Schmidt <thaytan@noraisin.net>
Thu, 19 Mar 2009 18:39:04 +0000 (18:39 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 20 Mar 2009 12:11:06 +0000 (12:11 +0000)
commit120e6bfc5c187eb6482fe13f4f55cf869feee896
treed5273f8e27f682bbee0ee4daa851bf7f52876272
parent335891c757ba3d65cec172a728102f6e168d006a
pulse: Make sure the stream is uncorked in the write function

If the caps changes, the sink is reset without transitioning through
a PAUSED->PLAYING state change, resulting in a corked stream. This avoids
the problem by checking that the stream is uncorked when writing samples
to it.
ext/pulse/pulsesink.c