This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

gstreamer pipeline memory leak

HI all,


We are facing one issue in our DM8168 with EZsdk setup.

After multiple restart of gstreamer pipeline, we are getting error

 CRITICAL **: g_omx_port_allocate_buffers: assertion `port->buffers[i]' failed.

Can you please help e to solve this issue?

Thanks,

Abeesh.

  • Hi Abessh,

         Which pipeline are you using? Also could you share which version of the gst-openMax you are using? We have found some memory leaks as well specially while using v4l2src and omxbufferalloc, those are already solve in our plugins:

    https://github.com/RidgeRun/gst-openmax-dm81xx

    You can check if there is a memory leak using sys_top, basically you can run the pipeline and after stop it please run sys_top, if the tool reports that there is still memory in use then you are being affected by the memory leak.

    -David