Skip to content

sourcestream: Do not process null streams

Aleix Pol Gonzalez requested to merge work/apol/no-process-null into master

We have a callback that tells us that a stream has been destroyed and so we clean it up. Now we shouldn't process streams after this happened, otherwise we crash.

--

for some reason I only hit that when the system is under high load, I guess that's why we don't have bug reports for it.

Merge request reports