Hi team,
A customer asked me that they want to show the video in fullscreen. Currently the desktop bar is showing:
How should we do this? Stop the Window Manager before playing the video? Show the video on fullscreen through some extra command in Gstreamer?
Currently we are using the following command (I also tried disabling the Qt Cinematic demo, same result):
gst-launch-1.0 filesrc location=testvideo_h264.mp4 ! video/quicktime ! aiurdemux ! h264parse ! v4l2h264dec ! imxvideoconvert_g2d ! autovideosink
Thanks!
