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

Tests call signed_video_get_sei() before add for signing #255

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

bjornvolcker
Copy link
Contributor

This has a large impact on the tests. First, all tests streams have
been increased with a 'P' to make sure that there is a NAL Unit to
prepend a SEI with.
Secondly, the SEIs are now delayed by one frame, which affects the
validation statistics. In particular, all validations get a
pending NAL Unit (the I-frame).
Thirdly, since validation is triggered upon 2 I-frames, essentially
all validations start with an unsigned GOP. Fixing this, will be
done in a separate commit.

The common test description has been updated with these changes.

Further, almost all tests now have the same structure describing
the validation flow.

This has a large impact on the tests. First, all tests streams have
been increased with a 'P' to make sure that there is a NAL Unit to
prepend a SEI with.
Secondly, the SEIs are now delayed by one frame, which affects the
validation statistics. In particular, all validations get a
pending NAL Unit (the I-frame).
Thirdly, since validation is triggered upon 2 I-frames, essentially
all validations start with an unsigned GOP. Fixing this, will be
done in a separate commit.

The common test description has been updated with these changes.

Further, almost all tests now have the same structure describing
the validation flow.
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 997e64e into master Nov 5, 2024
3 checks passed
@bjornvolcker bjornvolcker deleted the dev/get-seis-before-add-for-signing branch November 5, 2024 11:10
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