-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
OMX_EmptyThisBuffer hangs #641
Comments
O.k. I have a theory that there is multiple submit() calls outstanding and some queue gets full. I can workaround the issue. So closing. |
I'm going to reopen as I suspect it's worth tracking this so I can understand things. |
Well, you'll need to post some test code that shows the problem if you want any feedback. Make sure you are not calling block GPU calls from GPU callbacks (e.g. dispmanx/openmax) which would be a recipe for deadlocks. |
O.k. I'm not going to have time to follow this up at the moment. Maybe reopen later, but for now closing. |
Just opening a new case after looking at issue #449.
It seems I can get the above call to hang when using dispmanx submit() calls, but I can't get it to hang when using submit_sync() calls.
I can try and get to a test case, but maybe there's someone who knows why the above could hang ?
The text was updated successfully, but these errors were encountered: