Each time of video playback with glimagesink, the display position on screen changed.
So I add render-rectangle argument, however the x, y variable didn't take effect. the display position still change despite x, y variable.
Environment:
Yocto 5.10.52, xwayland, full-image
i.mx8mm, i.mx8mp <- both has the same problem
Command:
gst-launch-1.0 filesrc location=MY_VIDEO.mp4 ! qtdemux name=d d.video_0 ! queue ! h264parse ! vpudec ! queue ! glimagesink render-rectangle='< x, y, width, height>'