Skip to content

Add support for MGA S-ADM Virtual Tracks (SMPTE ST 2067-203)#376

Merged
fschleich merged 40 commits intoNetflix:masterfrom
wruppelx:feature-wruppelx/S-ADM
Sep 10, 2024
Merged

Add support for MGA S-ADM Virtual Tracks (SMPTE ST 2067-203)#376
fschleich merged 40 commits intoNetflix:masterfrom
wruppelx:feature-wruppelx/S-ADM

Conversation

@wruppelx
Copy link
Copy Markdown
Contributor

Extensions and test cases for 2067-203 virtual tracks.

Comment thread src/main/java/com/netflix/imflibrary/st0377_41/MCAContent.java Outdated
Comment thread src/main/java/com/netflix/imflibrary/st0377_41/MCAContent.java Outdated
- deleted duplicate UL constant MGAAudioEssenceUncompressedSoundCoding
- deleted unused UL constant IMF_MGASADM_ESSENCE_CLIP_WRAPPED_ELEMENT_UL
- aligned naming of remaining constants with SMPTE metadata register
Comment thread src/main/java/com/netflix/imflibrary/RESTfulInterfaces/IMPValidator.java Outdated
Constructor<?> constructor = clazz.getConstructor(IMFCompositionPlaylistType.class, Set.class);
composition = (ApplicationComposition) constructor.newInstance(imfCompositionPlaylistType, homogeneitySelectionSet);
imfErrorLogger.addAllErrors(composition.getErrors());
// ST 2067-203 MGASADMVirtualTrackParameterSet checks
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could there be a better place to invoke this IMFMGASADMConstraintsChecker.checkMGASADMVirtualTrackParameterSet() method? Maybe in the inheritors of the ApplicationComposition class?

Since this is a factory class that doesn't invoke any other constraints checks, there may be a better, more targeted place to perform these validations.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@@ -0,0 +1,452 @@
/*
*
* Copyright 2024 RheinMain University of Applied Sciences, Wiesbaden, Germany.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can this be removed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Removed.

IMFTool and others added 3 commits August 26, 2024 10:22
- reverting updates to previously deprecated method
- maintaining (but deprecated) existing constructor without support for extension properties
Comment thread src/main/java/com/netflix/imflibrary/st2067_203/IMFMGASADMConstraintsChecker.java Outdated
Comment thread src/main/java/com/netflix/imflibrary/st2067_203/IMFMGASADMConstraintsChecker.java Outdated
Comment thread src/main/java/com/netflix/imflibrary/st2067_203/IMFMGASADMConstraintsChecker.java Outdated
Comment thread src/main/java/com/netflix/imflibrary/st2067_203/MGASADMTrackFileConstraints.java Outdated
Comment thread src/main/java/com/netflix/imflibrary/st2067_203/MGASADMTrackFileConstraints.java Outdated
wruppelx and others added 8 commits August 29, 2024 10:19
…traintsChecker.java

Co-authored-by: Florian Schleich <floschleich@gmail.com>
…taSubDescriptor.java

Co-authored-by: Florian Schleich <floschleich@gmail.com>
…traintsChecker.java

Co-authored-by: Florian Schleich <floschleich@gmail.com>
…traintsChecker.java

Co-authored-by: Florian Schleich <floschleich@gmail.com>
…leConstraints.java

Co-authored-by: Florian Schleich <floschleich@gmail.com>
…leConstraints.java

Co-authored-by: Florian Schleich <floschleich@gmail.com>
Comment thread src/main/java/com/netflix/imflibrary/st2067_203/MGASADMTrackFileConstraints.java Outdated
Comment thread src/main/java/com/netflix/imflibrary/st2067_203/MGASADMTrackFileConstraints.java Outdated
Comment thread src/main/java/com/netflix/imflibrary/st2067_203/MGASADMTrackFileConstraints.java Outdated
wruppelx and others added 3 commits September 1, 2024 21:13
…leConstraints.java

Co-authored-by: Florian Schleich <floschleich@gmail.com>
…leConstraints.java

Co-authored-by: Florian Schleich <floschleich@gmail.com>
@fschleich fschleich merged commit e3fd12f into Netflix:master Sep 10, 2024
@wruppelx wruppelx deleted the feature-wruppelx/S-ADM branch September 10, 2024 19:46
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.

4 participants