Skip to content

togglerecord: Unlock self.state before locking stream.state

Fixes deadlocks.

Correct lock ordering is:

  1. Main stream state lock
  2. Other stream state lock
  3. Recording state lock
Edited by Sebastian Dröge

Merge request reports