fix pad_to_next always running over time (#2207)

This commit is contained in:
Jason Dove
2025-07-26 20:22:40 +00:00
committed by GitHub
parent b5d1839d55
commit deff33c76c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Fixed
- Fix app startup with MySql/MariaDB
- YAML playout: fix `pad_to_next` always running over time
### Changed
- Always tell ffmpeg to stop encoding with a specific duration
@@ -59,7 +59,7 @@ public class YamlPlayoutPadToNextHandler(EnumeratorCache enumeratorCache) : Yaml
padToNext.Content,
padToNext.Fallback,
targetTime,
false,
stopBeforeEnd: true,
padToNext.DiscardAttempts,
padToNext.Trim,
true,