]> git.sesse.net Git - cubemap/commit
Automatically delete streams that are no longer in the configuration file.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 6 Apr 2018 17:11:03 +0000 (19:11 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 6 Apr 2018 17:11:03 +0000 (19:11 +0200)
commit2494f1e73d7910cfba3808be0bce9697f28df094
tree4ae08ee4504bed2c77678ca3a51df6e8b4fa51b0
parent50651c954803c1941e6ad1bb494712891c18f7d2
Automatically delete streams that are no longer in the configuration file.

Earlier, you had to mark this by setting src=delete, or the stream would linger
on in a sort of half-state; this was meant as a protection against configuration
messup. It has shown not to be that easy to mess this up in practice, so remove
it to make cleanup simpler.
main.cpp