fix: add regression fixtures with golden baselines + address review

- Create sub-comp-t0 and sub-comp-id-selector as proper regression tests
  under packages/producer/tests/ with golden MP4 baselines
- Add both to shard-7 in regression.yml
- Add clarifying comment on activateNestedChildTimelines scope
- Confirm test fixture network safety in comment
This commit is contained in:
Miguel Ángel
2026-05-19 15:59:09 -04:00
parent 0d12a465a3
commit e2f7f6a58a
12 changed files with 319 additions and 1 deletions
@@ -0,0 +1,12 @@
{
"name": "Sub-composition timeline activation at t=0",
"description": "Regression for: sub-composition timelines at data-start near 0 were not activated during renderSeek, causing GSAP-animated elements to stay invisible. The fix activates nested child timelines before every render frame seek.",
"tags": ["sub-composition", "regression", "timeline"],
"minPsnr": 25,
"maxFrameFailures": 5,
"minAudioCorrelation": 0.0,
"maxAudioLagWindows": 120,
"renderConfig": {
"fps": 24
}
}