Skip to content

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