-
Notifications
You must be signed in to change notification settings - Fork 99
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 h26forge test #2759
add h26forge test #2759
Conversation
64837b7
to
a135bc0
Compare
Please set to bookworm-gst-h26forge.sh executable status as other scripts. I tried to set manually and got more errors:
To test recipe on your side you can do following:
Then you can do fixes in directory kernelci-core and run command again. |
7fb6a5a
to
1805af2
Compare
I have done some progress:
Is there any more to do to build rust code ? |
1805af2
to
e4166e1
Compare
Try to increase memory or scratchsize, usually it might be issue. |
e4166e1
to
690a953
Compare
Create a rootfs with rustc compiler to compile and run h26forge. h26forge will generate h264 test files to be parsed with Gstreamer h264parse element. Signed-off-by: Benjamin Gaignard <[email protected]>
690a953
to
0b3751e
Compare
I have success fully build it locally and the test is ok. |
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
Changes look good, I'll have to investigate why the CI checks failed
d1e55da
to
cbbd411
Compare
Test is v4l2slh264dec can safely decode the bitstreams generated by h26forge. Signed-off-by: Benjamin Gaignard <[email protected]>
cbbd411
to
2ff6aab
Compare
Create a rootfs with rustc compiler to compile
and run h26forge.
h26forge will generate h264 test files to be parsed with Gstreamer h264parse element.