Adding OpenCL support for Gstreamer Custom Plugin to acclerate video format conversion

Can anyone guide me how to add opencl support for custom gstreamer plugin to convert gray8 to Nv12 data

It’s something folks seems to try and give up on all the time. It’s probably complex to efficiently memory share with CL. But all in all, a libgstopencl library with the needed context, loader code, memory handlers is needed.