<div dir="ltr">(Hello, I am getting much worse performance on the RPI when playing back videos with qml compared to the very similar pipeline I tried with gst-launch.<br><br>This is the gst-launch command: <div><div>gst-launch-1.0 filesrc location=crf20_VCL4.1_VCPhigh ! decodebin name=decoder </div><div>decoder. ! queue ! videoconvert ! glimagesink </div><div>decoder. ! audioconvert ! autoaudiosink</div></div><div>(generated pipeline SVG - <a href="https://drive.google.com/file/d/1zB4IvHp61_Upw_mkeG2AuLwO3aBHfWaA/view?usp=sharing">https://drive.google.com/file/d/1zB4IvHp61_Upw_mkeG2AuLwO3aBHfWaA/view?usp=sharing</a>)</div><div><br></div><div>This is my qml pipeline:<br><br>filesrc ! decodebin ! queue ! glupload ! qmlglsink</div><div>(generated pipeline SVG). Performance is much worse though.</div><div><br></div><div>Pipeline code - <a href="https://hastebin.com/divacemana.cpp">https://hastebin.com/divacemana.cpp</a></div><div><br></div><div>I also ran GST_DEBUG="GST_TRACER:7" GST_TRACERS="stats;rusage" GST_DEBUG_FILE=trace.log  got this <a href="https://paste.ubuntu.com/p/hcTXcBBGDp/">https://paste.ubuntu.com/p/hcTXcBBGDp/</a><br>The idea was to compare it to gst-launch results but gst-stats keeps crashing when parsing the output of gst-launch log.</div><div><br><br>Any advice on what I can try next to find the issue? I don't see a lot of difference in my pipeline vs the one created by gst-launch yet performance difference is extremely high</div><div><br></div></div>