Having Error during Display Running

Hello Renesas Team,

We are using custom design board based on RZG2UL Type1 CPU with 2GB of DDR4. The Display we are using supports LVDS interface so in our design we have kept RGB to LVDS bridge converter Part# is SN65LVDS93A and we are testing LVDS display with that. Display Part# is AMA-101A07-DU2511-G020.

We are testing Display using gstreamer utility. using gstreamer we are displaying multiple images in sequence we are observing error while displaying images for long duration.

We are using this command: 
#gst-launch-1.0 multifilesrc location="/home/root/images/image%02d.png" index=1 caps="image/png,framerate=1/8" ! decodebin ! videoconvert ! videoscale ! video/x-raw,width=1280,height=800 ! autovideosink

We are running this command in continues loop and we observe error as below which occurs after random count of iteration.

 root@sm2s-rzg2ul:~/images# ./image_test.sh 
gpio alredy exported
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 0:01:44.003087008
Setting pipeline to NULL ...
Total time: 104.003090 seconds
Freeing pipeline ...
gpio alredy exported
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 0:01:44.000642883
Setting pipeline to NULL ...
Total time: 104.000648 seconds
Freeing pipeline ...
gpio alredy exported
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 0:01:44.004029966
Setting pipeline to NULL ...
Total time: 104.004036 seconds
Freeing pipeline ...
gpio alredy exported
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
xdg_surface@15: error 3: xdg_surface has never been configured

Can you please help us to resolve this issue.

Thank you,

Brijesh K