Romain Vimont fb29135591 Initialize recorder fields from init()
The recorder has two initialization phases: one to initialize the
concrete recorder object, and one to open its packet_sink trait.

Initialize mutex and condvar as part of the object initialization.

If there were several packet_sink traits (spoiler: one for video, one
for audio), then the mutex and condvar would still be initialized only
once.
2023-03-10 22:22:15 +01:00
..
2023-03-10 22:22:15 +01:00
2023-01-30 20:57:54 +01:00
2023-03-10 22:22:15 +01:00
2022-12-22 12:33:29 +01:00
2023-03-10 22:22:15 +01:00