Skip to content

adaptivedemux2: Always wake up loop thread on unpause

Otherwise loop thread will sleep forever because GstAdaptiveDemuxLoop.paused flag update is not signalled when loop was marked as stopped already from other thread.

Merge request reports