GStreamer getting stucks during weston sleep-wakeon
Hi,
I am using weston(9.0.0) in IMX8MP(5.4.161 BSP). I am facing an issue while running GStreamer video, it gets stuck on weston sleep(idle-time param).
Test Procedure:-
- Set
idle-time=15
inweston.ini
in core section. - Restart weston services.
- Play video using GStreamer pipeline.
gst-play-1.0 SampleVideo_1280x720_30mb.mp4 ! rtph264depay ! clockoverlay ! waylandsink
- After idle-time reached weston going to sleep (video length is 2 mins - should be running in the backend ).
- Now, wake-up weston using mouse/touch event and observe that video getting stuck(before sleep last frame freeze ) However in terminal video playback timer is running continuously.