]> code.delx.au - pulseaudio/commit
filter-apply: Fix segfault with moving streams
authorTanu Kaskinen <tanuk@iki.fi>
Thu, 14 Mar 2013 20:07:13 +0000 (22:07 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 22 Mar 2013 18:49:47 +0000 (20:49 +0200)
commitee0a5d50148ee1d99a511372ae2af2036b6612a2
tree8af0239fc1bcb21ec174341404566213351ce20a
parentf8b57af2c890f3cb98ee07ed7c0192e75146cbf1
filter-apply: Fix segfault with moving streams

process() may be called with a stream that doesn't have its sink/source set.
This can happen if the proplist change callback is called when the stream is
moving.
src/modules/module-filter-apply.c