Update changelog
This commit is contained in:
parent
ef3c036f49
commit
93b0cbd7ad
|
@ -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
|
3.6.3
|
||||||
========================
|
========================
|
||||||
* Reactivated "Rerun post-processing" for the standalone version
|
* Reactivated "Rerun post-processing" for the standalone version
|
||||||
|
|
Loading…
Reference in New Issue