Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
I have olimex A13 DEV Board. And I use Buildroot-Gstream. But Gstream lib does not run on GPU. All load on CPU. How can I fix this ?
Hi xfrieyt,
Assuming you are using gstreamer for video decode, that wouldn't run on the Mali GPU. Mobile devices have a dedicated video encode/decode unit which is separate from the GPU. The GPU is only used used for OpenGL ES / Vulkan / OpenCL acceleration.
Kind regards,Pete
Thank you for reply. Ok. I understood. But CPU usage is too high. I guess ı should use VPU . Can you recomend source ?