Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all children of EDL are outside of track range #348

Conversation

ssteinbach
Copy link
Collaborator

@ssteinbach ssteinbach commented Oct 19, 2018

The source range of a track coming from the EDL adapter has a negative start time, so all children are out of trimmed out of range. This was an attempt at fixing #346.

EDL adapter was creating massively negative
start time source ranges on tracks, which caused all children to be
trimmed (so trimmed_range_in_parent() always returned None).
@ssteinbach ssteinbach added the bug A problem, flaw, or broken functionality. label Oct 19, 2018
@ssteinbach ssteinbach added this to the Public Beta 9 milestone Oct 19, 2018
@codecov-io
Copy link

codecov-io commented Oct 19, 2018

Codecov Report

Merging #348 into master will decrease coverage by 13.34%.
The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #348       +/-   ##
===========================================
- Coverage   87.15%   73.81%   -13.35%     
===========================================
  Files          67       59        -8     
  Lines        6734     5350     -1384     
===========================================
- Hits         5869     3949     -1920     
- Misses        865     1401      +536
Impacted Files Coverage Δ
opentimelineio/adapters/cmx_3600.py 91.54% <100%> (-0.08%) ⬇️
opentimelineio/core/composition.py 93.98% <50%> (+1.57%) ⬆️
...neio_contrib/adapters/advanced_authoring_format.py 0% <0%> (-91.84%) ⬇️
...elineio_contrib/adapters/tests/test_aaf_adapter.py 14.23% <0%> (-83.68%) ⬇️
opentimelineio_contrib/adapters/burnins.py 11.36% <0%> (-79.55%) ⬇️
opentimelineio_contrib/adapters/ffmpeg_burnins.py 0% <0%> (-76.4%) ⬇️
...ntimelineio_contrib/adapters/tests/test_burnins.py 45.23% <0%> (-47.62%) ⬇️
opentimelineio/core/type_registry.py 96.96% <0%> (-3.04%) ⬇️
opentimelineio_contrib/adapters/fcpx_xml.py 92.19% <0%> (-1.56%) ⬇️
opentimelineio/schema/stack.py 90.32% <0%> (-1.11%) ⬇️
... and 39 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 88089b1...060cc4c. Read the comment docs.

@ssteinbach ssteinbach added the WIP Work In Progress (Not ready to merge yet) label Nov 15, 2018
@ssteinbach ssteinbach removed this from the Public Beta 11 milestone Jul 22, 2019
@reinecke reinecke removed the WIP Work In Progress (Not ready to merge yet) label May 6, 2021
@reinecke reinecke added this to the Backlog milestone May 6, 2021
@reinecke reinecke changed the title Issue346 -- all children of EDL are outside of track range all children of EDL are outside of track range May 6, 2021
@reinecke
Copy link
Collaborator

reinecke commented May 6, 2021

We don't think this will correctly address the issue. To be solved with a different approach.

@reinecke reinecke closed this May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A problem, flaw, or broken functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants