From 93b0cbd7ad7acecb3a2f11e2a121c7edd3908a95 Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Wed, 13 May 2020 18:42:48 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3abb9807..4e04ee9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +3.6.4 +======================== +* Fixed race condition causing orphaned FFmpeg processes + The problem was, that an error occured before FFmpeg was completely + launched. ctbrec called internalStop, but the FFmpeg fields still + pointed to null. ctbrec then finished the recording. In the meantime + FFmpeg fired up and was abandoned by the recording. + 3.6.3 ======================== * Reactivated "Rerun post-processing" for the standalone version