• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ossia / score / 33394891502
38%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2026 03:03PM UTC
Jobs 1
Files 3100
Run time 8min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Aug 2026 01:03PM UTC coverage: 23.563% (+0.005%) from 23.558%
33394891502

push

github

jcelerier
gfx: restore multi_texture_input_device, which the videoio addon constructs

PR #2244 removed texture_input_stream_node, multi_texture_input_node and
multi_texture_input_device from GfxInputDevice.hpp on the grounds that nothing
constructed them. That was measured with `git grep`, which does not traverse
src/addons/score-addon-aja -- it is a separate git repository, not a submodule
of this one, so the search silently skipped it.

It is constructed there twice:

  score-addon-aja/VideoInput.cpp:420  std::make_unique<Gfx::multi_texture_input_device>(...)
  score-addon-aja/VideoInput.cpp:556  std::make_unique<Gfx::multi_texture_input_device>(...)

Those are the two Direct Video Input paths that expose a multi-sensor rig as one
device addressed `rig:/cam0`, `rig:/cam1` rather than as N separately-configured
devices. Without this header master cannot build the addon, and no CI job caught
it because the addon is fetched separately and is not part of this repository's
build.

Restores the three classes verbatim as they exist on the gfx stack, which is
where they were introduced and where the addon's consumers were developed
against them.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014rZgzE8JjWvHDtaVUhxpLE

53198 of 225768 relevant lines covered (23.56%)

62646.61 hits per line

Coverage Regressions

Lines Coverage ∆ File
91
49.77
0.23% src/lib/core/presenter/DocumentManager.cpp
Jobs
ID Job ID Ran Files Coverage
1 33394891502.1 31 Aug 2026 03:03PM UTC 3100
23.56
GitHub Action Run
Source Files on build 33394891502
  • Tree
  • List 3100
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33394891502
  • 0a4f8c96 on github
  • Prev Build on master (#33347889122)
  • Next Build on master (#33466651246)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc