GNOME Bugzilla – Bug 758904
gl: YUY2 conversion broken
Last modified: 2015-12-02 11:54:50 UTC
gst-launch-1.0 videotestsrc pattern=ball ! video/x-raw,width=1280,height=720,format=I420 ! timeoverlay font-desc="Sans 60" ! glfilterbin filter=gleffects ! video/x-raw,format=YUY2 ! glimagesink Above pipeline looks very pixelated with current GIT master, but completely fine with 1.6.1.
commit 0b11eba96a63cacacc5e946950bbea7e700b419b Author: Matthew Waters <matthew@centricular.com> Date: Wed Dec 2 22:40:06 2015 +1100 glcolorconvert: improve RGBA->YUY2/UYVY conversion shader We should only average the chroma samples not the luma sample. https://bugzilla.gnome.org/show_bug.cgi?id=758904