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.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

A13 Gstream GPU Usage

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 ?

Parents
  • 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

Reply
  • 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

Children