<div dir="ltr">Hi,<div><br></div><div>I am using below pipeline:</div><div><br></div><div>







<p class=""><b><span class="">  </span><span class="">pipeline</span><span class=""> = </span><span class="">gst_parse_launch</span><span class="">(</span>"udpsrc port=5000 ! application/x-rtp, clock-rate=90000, encoding-name=(string)H264, payload=96   ! queue ! rtph264depay  ! h264parse !  vtdec  ! queue ! glimagesink  sync=false "<span class="">, &error);</span></b></p>
<p class="">    </p>
<p class="">I have enabled vtdecoder debug, and with the help of the debug output, i have checked  1 second of   inflow, outflow of frames. </p></div><div><br></div><div>1)  With the above pipeline, i could see</div><div>        1) <b>~ 39 to 40 f</b>ps in vtdec, also in the glimagesink. </div><div><br></div><div><br></div><div><b>PROBLEM:</b></div><div><br></div><div>I tried using fakesink instead of glimagesink. </div><div><br></div><div>The result:</div><div>--------------</div><div>  1)  In vtdec,  it was reaching  ~59 to 60 fps. I figured this out with the help of timestamp displayed in the log along with debug statements "got intput frame", and "got output frame"</div><div><br></div><div><br></div><div>So, My question is that is the display is not able to handle 60 fps?. If not, how to handle this situation. </div><div><br></div><div>I am streaming  60 fps from the source.</div><div><br></div><div>Kindly need your input. </div><div><br></div><div><br></div></div>