GNOME Bugzilla – Bug 439405
YUV not working in GL image sink.
Last modified: 2007-06-05 11:32:35 UTC
Please describe the problem: When using glimagesink with video/x-raw-yuv, the contents of window is pink. On the other side, with x-raw-rgb all works as expected Steps to reproduce: 1. gst-launch videotestsrc ! ffmpegcolorspace ! video/x-raw-yuv ! glsink Actual results: A pink window comes up instead of test pattern. Expected results: Does this happen every time? Yes Other information: Workaround: gst-launch videotestsrc ! ffmpegcolorspace ! video/x-raw-rgb ! glsink - shows all ok.
Fixed in CVS: 2007-05-18 Jan Schmidt <thaytan@mad.scientist.com> * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display): Update the cached caps after opening the display so that we report only the supported caps formats, not just the template caps. Fixes: #439405