-
Notifications
You must be signed in to change notification settings - Fork 26
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
Argon AV1 test resource patch don't match the downloaded resources path #218
Comments
It seems these are also raw OBU, which won't work with GStreamer typefind. We'll need to spacial case that in the gstreamer player. |
@mcesariniflu. This patch fixed the issue. But we need a more generic solution:
|
Thanks for the bug report and the patch. We hadn't executed the test suite and missed this part of the code 🙈. Argon vectors for now are treated as a special case because they are all included in a single zip file. In any case i will apply the patch for now. Will update with the fix PR |
instead of doing:
we can create a |
As far as i see in the code we have the following alternatives
Any other ideas? |
I prefer fist solution:
No BC break if the attribute is optional with default value of |
I think we'll also need a way to differentiate other AV1 content we have to far, which can be auto-discovred (gstreamer typefind) and this version that uses RAW OBU, which can't be type finded and need a different gstreamer pipeline. |
PR: #220 |
I wanted to try the new Argon suite, but its broken, the resources and the path don't match. Using GStreamer VA AV1, I'm getting this comment:
But the path is actually:
The text was updated successfully, but these errors were encountered: