I have a custom widget that inherits from graphicsview. If I place this widget on top of a rapidly updating widget (custom video playing widget), I can see the GCs in xrestop rapidly accelerating. Hiding my custom widget seems to fix this problem. Placing other widgets on top of the video widget does not seem to cause this problem either. I am not sure what could be causing this issue?

Has anyone seen anything like this before?