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

fcp_xml: serialize marker out value instead of -1 #1411

Conversation

jhorrocks-tl
Copy link
Contributor

Fixes #1410

This PR removes the hardcoded -1 when serializing markers with duration to FCP XML. Now the out value for markers will be marked_range.start_time.value + marked_range.duration.value.

I modified the existing test test_fcp7_xml_adapter.test_roundtrip_mem2disk2mem, adding both timeline and clip markers that have durations.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Sep 22, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: jhorrocks-tl / name: Jeff Horrocks (a53b531)

Copy link
Collaborator

@reinecke reinecke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, once the CLA comes through we'll merge. Thanks for the contribution!

@jhorrocks-tl
Copy link
Contributor Author

Hey @reinecke, sorry for the wait. We've emailed in the signed CLA.

@jhorrocks-tl
Copy link
Contributor Author

@reinecke FYI, I just unblocked the CLA check. Feel free to merge whenever you get a chance. Thanks again!

@ssteinbach ssteinbach added this to the Public Beta 16 milestone Oct 10, 2022
@ssteinbach
Copy link
Collaborator

@jhorrocks-tl thank you!

@ssteinbach ssteinbach changed the title fcp_xml: serialize marker out value fcp_xml: serialize marker out value instead of -1 Oct 10, 2022
@ssteinbach ssteinbach merged commit fa07c68 into AcademySoftwareFoundation:main Oct 10, 2022
MichaelPlug pushed a commit to MichaelPlug/OpenTimelineIO that referenced this pull request Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FCP XML: marker out is hardcoded as -1
3 participants