Skip to content

alsasink: Fix for being stuck in stop_streaming_threads state

Robert Rosengren requested to merge robberos/gstreamer:alsasink_fix into main

Moving from PLAYING to NULL will set the stop_streaming_threads to TRUE, but when moving back upwards its not reset to FALSE (as only done in uncalled init and resume callbacks).

Fix by reseting value in the prepare callback.

Merge request reports