macOS: huge memory leak
I use gstreamer 1.22.5/1.22.6 on macOS with Apple M1 chip. There is huge memory leak, during 30 seconds ~1GB leaked. I have only screen shot of 'Instruments app'. I think the problem with OpenGL or some render issue. My pipeline is simple and like this:
appsrc -> h264parse -> avdec_h264 -> queue2 -> glupload -> glcolorconvert -> gltransformation -> glvideoflip -> glimagesink
No problem with the same pipeline on gstreamer 1.22.1. Also there is memory leak on iOS with the same version of gstreamer, but I do not know this is interconnected issues or not.
Edited by Roman Shpuntov