GNOME Bugzilla – Bug 698649
eglglessink: Wrong picture scaling on RPi
Last modified: 2013-04-24 07:46:46 UTC
Hello GStreamer's community members. I tried to run last git master on raspberry Pi and faced with an issue. Pipeline: gst-launch-1.0 filesrc location=/m/big_buck_bunny_1080p_H264_AAC_25fps_7200K.MP4 ! decodebin ! eglglessink You can see result in attachment. Please note, if I set eglglessink force_aspect_ratio=FALSE then picture shown on the full screen. You can download test stream from http://samplemedia.linaro.org/H264/. Thanks.
Created attachment 242207 [details] how it looks.
Created attachment 242208 [details] log with GST_DEBUG=omx*:6
Created attachment 242244 [details] GST_DEBUG=egl*:6
commit 9f25db09817ef9ab049f4ffb102806f6a57571f9 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Wed Apr 24 09:40:24 2013 +0200 eglglessink: Use gst_egl_display_get() instead of passing a GstEGLDisplay to EGL functions