| Summary: | OpenTimelineIO adapters are listed only if they have read AND write feature exposed | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Gilou <contact+kde> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | 21.12.1 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/kdenlive/commit/06c14aee3191536c866040f614e7df25fc229ac3 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Gilou
2022-01-12 13:46:16 UTC
Git commit 06c14aee3191536c866040f614e7df25fc229ac3 by Julius Künzel. Committed on 16/01/2022 at 20:14. Pushed by jlskuz into branch 'master'. [OTIO] Differentiate between read and write adapters M +4 -3 data/scripts/checkpackages.py M +36 -4 data/scripts/otiointerface.py M +10 -6 src/pythoninterfaces/otioconvertions.cpp M +2 -1 src/pythoninterfaces/otioconvertions.h https://invent.kde.org/multimedia/kdenlive/commit/06c14aee3191536c866040f614e7df25fc229ac3 (In reply to Julius Künzel from comment #1) > Git commit 06c14aee3191536c866040f614e7df25fc229ac3 by Julius Künzel. > Committed on 16/01/2022 at 20:14. > Pushed by jlskuz into branch 'master'. > > [OTIO] Differentiate between read and write adapters > > M +4 -3 data/scripts/checkpackages.py > M +36 -4 data/scripts/otiointerface.py > M +10 -6 src/pythoninterfaces/otioconvertions.cpp > M +2 -1 src/pythoninterfaces/otioconvertions.h > > https://invent.kde.org/multimedia/kdenlive/commit/ > 06c14aee3191536c866040f614e7df25fc229ac3 That is... impressive. And it seems, an elegant way to solve the issue. I tried it, and it works, so… well done! |