HI,
We are trying to create a video player that supports various video input resolutions on a DM814x EVM using ezsdk 5.05.02.00 gst-omx plugins. The project works fine but after undergoing our endurance QA testing (which consist basically the creating and destroying the pipeline several times) stops with no reason.
After applying several debug methods we manage to narrow down that the problem is produced after creating and destroying the scaler component several times. I was able to reproduce it using a omtb script (Please visit the site to view this file) ,after executing the script it fails within the hour. To create the input file I'm using a videotestsrc, capturing a few seconds of video
gst-launch -e videotestsrc ! 'video/x-raw-yuv,format=(fourcc)NV12,width=528,height=640,framerate=(fraction)30/1' ! filesink location=/usr/share/ti/ti-omtb/dm814x_in.yuv
Any suggestions on how we can solve this issue?
Thanks,