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

Getter tests for packet properties #1327

Merged
merged 5 commits into from
Mar 8, 2024
Merged

Conversation

JoeSchiff
Copy link
Contributor

Tests to help finish #1138.

I searched through the FATE suite and I was able to find files with corrupt, discard, and disposable packet flags. I was unable to find a file with a trusted flag.
I then used ffprobe to determine the packet indices for keyframe, corrupt, and discard flags in their respective files, but I could not detect the disposable flag.
I'm guessing ffprobe doesn't provide that flag by default. Does anyone know how to get more details about flags?
These are the commands I tried:
ffprobe -show_entries packet=flags "$file"
ffprobe -show_packets "$file"

@JoeSchiff JoeSchiff force-pushed the test_props branch 2 times, most recently from c722050 to 5c2a6e4 Compare March 8, 2024 02:36
@WyattBlue
Copy link
Member

Is homebrew breaking our tests?

@WyattBlue
Copy link
Member

I think FATE is down. The tests pass on my local machine so it looks good.

@WyattBlue WyattBlue merged commit 9ad1d91 into PyAV-Org:main Mar 8, 2024
4 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants