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

Adds two tests with two useless SEIs #267

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

bjornvolcker
Copy link
Contributor

The library is not working for file exports where arbitrary number
of useless SEIs are present in the beginning. A useless SEI is a
SEI that actually belongs to a snippet of the stream present before
the recording.
The library can handle one such SEI, but not two. Therefore, this
commit adds two tests that have two useless SEIs in the beginning,
one for a stream start and one for a file export.

The test helper function generate_delayed_sei_list() has been
extended with two more GOPs to catch if tests are recovered to
produce "valid" outputs.

The library is not working for file exports where arbitrary number
of useless SEIs are present in the beginning. A useless SEI is a
SEI that actually belongs to a snippet of the stream present before
the recording.
The library can handle one such SEI, but not two. Therefore, this
commit adds two tests that have two useless SEIs in the beginning,
one for a stream start and one for a file export.

The test helper function generate_delayed_sei_list() has been
extended with two more GOPs to catch if tests are recovered to
produce "valid" outputs.
Copy link
Contributor

@lusikamalo lusikamalo left a comment

Choose a reason for hiding this comment

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

OK.

@bjornvolcker bjornvolcker merged commit 41fafe3 into master Dec 11, 2024
3 checks passed
@bjornvolcker bjornvolcker deleted the dev/adds-test-for-two-useless-seis branch December 11, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants