[gstreamer-bugs] [Bug 357741] [xvimagesink] Inverted Color Channels with ATI

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Oct 12 01:17:12 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=357741

  GStreamer | gst-plugins-base | Ver: 0.10.x





------- Comment #21 from xbx  2006-10-12 08:16 UTC -------
more info from bug #361587 :

I have the same problem with an ATI X1600
it seems to be because the driver exposes to video/x-raw-yuv fourcc in its caps
(I420 and YV12), but doesn't handle properly I420.

as a workaround, I added near xvimagesink.c:1306
      case XvYUV:
                if (formats[i].id == GST_MAKE_FOURCC ('I','4','2','0'))
                        break;
which removes I420 from the caps list. 

then the format is removed from the list, "YV12" is chosen instead, and
everything works as expected.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list