sink, source: Skip filter streams while changing default sink/source
authorArun Raghavan <arun@asymptotic.io>
Mon, 26 Oct 2020 15:45:27 +0000 (11:45 -0400)
committerArun Raghavan <arun@asymptotic.io>
Mon, 26 Oct 2020 16:00:35 +0000 (12:00 -0400)
commita9c6d43b7ca3ffceab31bc3819903ee8c5de70c5
tree755b668dd586ce6b1df51652c93386ab38eedbf5
parent1d6bd6689f1c8292385a86acd927716fb4e87414
sink, source: Skip filter streams while changing default sink/source

Streams connecting filter devices to their target devices shouldn't move
because of default settings (they are intended to be filtering the
specific device that are attached to).

Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1015
src/pulsecore/sink.c
src/pulsecore/source.c