After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 439405 - YUV not working in GL image sink.
YUV not working in GL image sink.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-18 11:48 UTC by Artem Ignatiev
Modified: 2007-06-05 11:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Artem Ignatiev 2007-05-18 11:48:31 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.
Comment 1 Jan Schmidt 2007-05-18 12:40:06 UTC
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