rescue-streams: Document a cryptic looking condition
authorArun Raghavan <git@arunraghavan.net>
Wed, 10 Jun 2015 11:22:17 +0000 (16:52 +0530)
committerArun Raghavan <git@arunraghavan.net>
Wed, 10 Jun 2015 11:23:07 +0000 (16:53 +0530)
src/modules/module-rescue-streams.c

index e20fdf8..501b5c0 100644 (file)
@@ -226,6 +226,7 @@ static pa_source* find_evacuation_source(pa_core *c, pa_source_output *o, pa_sou
         if (target == skip)
             continue;
 
+        /* We only move to a monitor source if we're already on one */
         if (skip && !target->monitor_of != !skip->monitor_of)
             continue;