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

Fix: error handling in pdraw_vsink_get_frame #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LozzaTray
Copy link

@LozzaTray LozzaTray commented Jul 30, 2024

In pdraw_vsink_get_frame, change ( res <= 0) to (res < 0) when checking return code of mbuf_raw_video_frame_get_packed_buffer from the libmedia-buffers library https://github.com/Parrot-Developers/libmedia-buffers/blob/master/src/mbuf_raw_video_frame.c#L417-L426

res == 0 is actually a success code (as is the convention elsewhere in the project) so should not be treated as an error which bails out from the function.

This bug was discovered while trying to pull video from an Anafi.

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.

1 participant