SIGN IN SIGN UP

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.
R
Romain Vimont committed
379caf8551cdf1f2603decd9b44a8771c3b78475
Parent: 2aec7b4