Delayer: Release Notes
From AVObjects Knowledge Base
(Difference between revisions)
Line 1: | Line 1: | ||
{{This|release_notes/delayer.html}} | {{This|release_notes/delayer.html}} | ||
+ | |||
+ | === 1.1.1.0 - Sep 19, 2024 === | ||
+ | |||
+ | * Fixed the sequence of calling NewSegment() and getting samples from the allocator. | ||
+ | * Fixed sample size with silence. | ||
+ | * Fixed issues in 'Waiting' mode. | ||
=== 1.1.0.0 - Sep 16, 2024 === | === 1.1.0.0 - Sep 16, 2024 === |
Latest revision as of 19:28, 19 September 2024
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
1.1.1.0 - Sep 19, 2024
- Fixed the sequence of calling NewSegment() and getting samples from the allocator.
- Fixed sample size with silence.
- Fixed issues in 'Waiting' mode.
1.1.0.0 - Sep 16, 2024
- Fixed deadlock when calling Stop if ACM Wrapper is connected to the input.
- IMediaSeeking has been implemented taking into account the specified delay.
1.0.2.0 - Aug 18, 2024
- Fixed bug with Stop call in Waiting mode.
- Default type of the input allocator changed to "Any allocator".
1.0.1.0 - Jul 01, 2023
- First release.