@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix database operations that were slowing down playout builds
- YAML playouts in particular should build significantly faster
- Fix channel playout mode `On Demand` for Block and YAML schedules
- Fix QSV transitions when remote streaming from a media server
### Changed
- Allow multiple watermarks in playback troubleshooting
@ -367,7 +367,8 @@ public class QsvPipelineBuilder : SoftwarePipelineBuilder
@@ -367,7 +367,8 @@ public class QsvPipelineBuilder : SoftwarePipelineBuilder
currentState,
videoStream,
format,
usesVppQsv);
forceInputOverrides:usesVppQsv,
isQsv:true);
currentState=colorspace.NextState(currentState);
result.Add(colorspace);
@ -397,16 +398,6 @@ public class QsvPipelineBuilder : SoftwarePipelineBuilder
@@ -397,16 +398,6 @@ public class QsvPipelineBuilder : SoftwarePipelineBuilder