Romain Vimont 379caf8551 Use a single condvar in recorder
The sc_cond_wait() in sc_recorder_process_header() needs to be notified
of changes to video_init/audio_init (protected by stream_cond) and
video_queue/audio_queue (protected by queue_cond).

Use only one condition variable to simplify.
2023-06-03 15:10:42 +02:00
..
2023-06-03 15:10:42 +02:00
2023-04-06 19:48:26 +02:00
2023-03-12 02:05:37 +01:00
2023-06-01 12:52:48 +02:00