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
You've probably hit this bug.
This is due to the way you wrote your bash script to have the images displayed in a sequence calling gst-launch in a loop.
You can try to add a longer wait, e.g. sleep 30 or add loop=TRUE in the pipeline and avoid looping in bash completely.
Can you also try to add this:
use-pixman=true
to weston.ini and restart weston?
Hello Brijesh,Is your issue resolved? If so, then could i go on and mark the answer as verified? ? It is very useful for our community because it may help other users who have a similar issue.Thank you for your time.Kind Regards.