-
Notifications
You must be signed in to change notification settings - Fork 634
Add DALI video plugin #5328
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
Add DALI video plugin #5328
Conversation
fa81d37
to
738db6c
Compare
738db6c
to
58bef88
Compare
d1657fa
to
5ff7d73
Compare
docker/build_plugins.sh
Outdated
|
||
export NVIDIA_DALI_BUILD_FLAVOR=${NVIDIA_DALI_BUILD_FLAVOR:-} | ||
export NVIDIA_DALI_PLUGINS_INSTALL_DIR=${NVIDIA_DALI_PLUGINS_INSTALL_DIR:-install_plugins} | ||
export GIT_SHA=$(git rev-parse HEAD) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make it externally passable as well. In CI we merge automation files to the repo so the shape of the build tree is a bit different than what is built.
ccaa0cf
to
0ea2c1f
Compare
7c56600
to
b8fcb73
Compare
CI MESSAGE: [13771761]: BUILD STARTED |
CI MESSAGE: [13771906]: BUILD STARTED |
CI MESSAGE: [13771947]: BUILD STARTED |
CI MESSAGE: [13771906]: BUILD FAILED |
CI MESSAGE: [13771947]: BUILD FAILED |
CI MESSAGE: [13773214]: BUILD STARTED |
CI MESSAGE: [13773214]: BUILD FAILED |
CI MESSAGE: [13800514]: BUILD STARTED |
CI MESSAGE: [13800602]: BUILD STARTED |
CI MESSAGE: [13800514]: BUILD FAILED |
CI MESSAGE: [13800602]: BUILD FAILED |
CI MESSAGE: [13806692]: BUILD STARTED |
CI MESSAGE: [13806692]: BUILD FAILED |
CI MESSAGE: [14600227]: BUILD STARTED |
92c1de1
to
a61eb8e
Compare
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
cdd88f2
to
da2e777
Compare
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Can you also adjust cmake/lint.cmake and .github/workflows/lint.yml to scan video plugin? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
CI MESSAGE: [15162115]: BUILD STARTED |
CI MESSAGE: [15162115]: BUILD FAILED |
Signed-off-by: Joaquin Anton <janton@nvidia.com>
5bb89b2
to
658a3b2
Compare
CI MESSAGE: [15168736]: BUILD STARTED |
CI MESSAGE: [15168736]: BUILD PASSED |
Category:
New feature
Description:
Starts the skeleton of an upcoming DALI video plugin, as a source distribution that depends of PyNvVideoCodec for usage of VideoCodecSDK and utilities.
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Approach to source distribution plugins
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: DALI-3866