<div dir="ltr"><div>Dear All,<br>here is the pipeline that I am using:<br><br>appsrc name=videoSrc format=3 stream-type=0 ! video/x-raw, format=(string)UYVY, width=3840, height=2160 ! videorate name=videorate0 ! video/x-raw, framerate=30/1 !nvvidconv name=videoConvert ! video/x-raw(memory:NVMM), format=I420 ! omxh264enc name=h264encĀ  ! video/x-h264, stream-format=byte-stream ! appsink name=appsink0<br><br></div><div>As I run the pipeline, fps starts dropping and eventually it goes under 1.<br></div><div>When I remove the "videorate" element fps stays around 11.<br></div><div>I have set the "skip-to-first" property of videorate to true in my code, is there any other setting that I missing for "videorate" element?<br></div><div>Any idea, about the cause of this issue?<br></div><div><br>Thanks<br></div><div>Mehdi<br></div></div>