Hello, I am trying to get raw I420 video (from raspividyuv) into a glimagesink on a raspberry pi. I have eglfs working and I can run a simple pipeline like: gst-launch-1.0 testvideosrc ! glupload ! glimagesink However, the following pipeline: gst-launch-1.0 fdsrc ! queue ! video/x-raw,width=1280,hei...