<div dir="ltr"><div>Hi All,</div><div><br></div><div>I have build gstreamer on raspberry pi 3 and using omxh264enc and omxh264dec for encoding and decoding video frames. </div><div><br></div><div>Sample Pipeline which I am using is something like this :</div><div><i>gst-launch-1.0 --gst-debug=videodecoder:7  rtspsrc location="rtsp://<a href="mailto:admin%3Atest1234@192.168.3.91">admin:test1234@192.168.3.91</a>"  ! rtpjitterbuffer ! rtph264depay ! h264parse !  omxh264dec  ! video/x-raw,format=I420 !  videoscale ! videorate ! video/x-raw,width=640,height=480,framerate=15/1 ! queue !   videoconvert ! queue ! omxh264enc control-rate=1 target-bitrate=512000 inline-header=1 inline-au-delimiter=1 periodicty-idr=30 interval-intraframes=120 !  queue ! h264parse config-interval=1 ! mpegtsmux !  tcpserversink host=192.168.3.224 port=21000</i></div><div><br></div><div><br></div><div>I need to use omxh264dec and omxh264enc together in same pipeline. </div><div><br></div><div>The issue I am facing is : Out of the 3 time once the omxh264dec fails to decode the video frame. On increasing the debug level I saw the following logs continuously:</div><div><br></div><div><i>0:00:00.033333333 size 6146<br>0:00:10.505368712 10904   0x63ae30 LOG             videodecoder gstvideodecoder.c:2543:gst_video_decoder_new_frame:<omxh264dec-omxh264dec0> Created new frame 0x69a83348 (sfn:302)</i></div><div><i></i><br></div><div><i>0:00:10.505542566 10904   0x63ae30 LOG             videodecoder gstvideodecoder.c:3313:gst_video_decoder_decode_frame:<omxh264dec-omxh264dec0> PTS 0:00:10.103868981, DTS 0:00:10.107746394<br>0:00:10.505659493 10904   0x63ae30 LOG             videodecoder gstvideodecoder.c:3314:gst_video_decoder_decode_frame:<omxh264dec-omxh264dec0> dist 302<br>0:00:10.505808139 10904   0x63ae30 DEBUG           videodecoder gstvideodecoder.c:3321:gst_video_decoder_decode_frame:<omxh264dec-omxh264dec0> </i><b><i>decoder frame list getting long: 302 frames,possible internal leaking?</i></b></div><div><i></i><br></div><div>How can I resolve this issue?</div><div><i></i><br></div><div><i><br>gstreamer Version 1.8.0</i></div><div><i>gst- omx version -- 1.10.2</i></div><div><br></div><div><br></div><div><br clear="all"></div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><p style="margin:0in 0in 0pt;font-family:Calibri,sans-serif;font-size:11pt"><b><span style="color:rgb(31,73,125)">With Warm Regards,</span></b></p><p style="margin:0in 0in 0pt;font-family:Calibri,sans-serif;font-size:11pt"><span style="color:rgb(31,73,125)">Shrishty Deorari</span></p></div><div><span style="color:rgb(31,73,125)"><br></span></div></div></div></div></div></div>
</div>