]> code.delx.au - pulseaudio/commit
sink,source: Account for corked streams in update_rate()
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 18 Oct 2011 04:23:20 +0000 (09:53 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 18 Oct 2011 04:23:20 +0000 (09:53 +0530)
commit034006ec90a070ee309ef7b16247ac9c9501cf03
tree072db08d385ad29b5946d2ed57203d6620104d00
parent72377fcad50a8b3917ba086f9d3d62670b53b87f
sink,source: Account for corked streams in update_rate()

pa_sink/source_used_by() ignores corked/monitor streams, but we need to
make sure there aren't any of these while updating rate (at least for
now -- this is a restriction that would be nice to get rid of).
src/pulsecore/sink.c
src/pulsecore/source.c