Delayer: Release Notes
From AVObjects Knowledge Base
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
1.1.2.0 - Oct 05, 2024
- The current delay is added to the segment end time in the IPin::NewSegment() method before calling this method in the downstream filter.
- Removed EOS generation when reaching the end of a segment (EOS should be sent by the splitter or renderer).
- Fixed a positioning bug near the end of the stream.
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.