<div dir="ltr">Why would I get that for the following pipeline? <br><br>rtspsrc location=rtsp://<myip>:8554/<streamName> drop-on-latency=true ! decodebin ! mfxvpp ! video/x-raw(memory:MFXSurface),format=BGRA,width=256,height=192 ! queue leaky=1 max-size-buffers = 0 ! appsink name = sink<br><br>There is a queue in the pipeline. <br><br>It's also worth noting I need this to be as real-time as possible. I'd rather not have a lengthy queue. </div>