GNOME Bugzilla – Bug 796882
glimagesink rendering in Weston always show video playback in small window size
Last modified: 2018-07-27 10:03:09 UTC
glimagesink rendering in Weston always show video in 320x240 window size, despite the video resolution. Command used: -------------- # GST_GL_PLATFORM=egl gst-launch-1.0 filesrc location=/home/root/videos/Elecard1_3840x2160_8mbps_30fps_High_at_L5.1_short.mp4 ! qtdemux ! h264parse ! vaapih264dec ! videoconvert ! glimagesink # GST_GL_PLATFORM=egl gst-launch-1.0 filesrc location=/home/root/videos/Elecard1_3840x2160_8mbps_30fps_High_at_L5.1_short.mp4 ! qtdemux ! h264parse ! vaapih264dec ! vaapipostproc width=1280 height=720 ! glimagesink Added set_preferred_size implementation for egl window wayland allow the video width and height to be used to draw the window according to the corresponding video size.
Created attachment 373179 [details] [review] glimagesink: render window according to video size
*** This bug has been marked as a duplicate of bug 789384 ***