]> code.delx.au - pulseaudio/commit
protocol-native: Don't enumerate unlinked sinks and sources
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Sun, 8 Dec 2013 22:18:00 +0000 (14:18 -0800)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 14 Feb 2014 16:06:21 +0000 (21:36 +0530)
commitbd0bd9143f8159e5475b1295e30ec026ff0b6fef
tree6d56d8719b0e5802d7afe652440f00d96f9960fd
parentee1a96499447d0bc3458ab5075d05dbefcee225c
protocol-native: Don't enumerate unlinked sinks and sources

This makes sure that there is no window between pa_sink/source_new()
and _put() where enumerating sinks/sources causes an assert (several
calls in sink/source_get_info need a linked sink or source).
src/pulsecore/protocol-native.c