[gstreamer-bugs] [Bug 588653] glimagesink fails to render I420 and YV12 frames properly

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 15 07:45:09 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588653

  GStreamer | gst-plugins-gl | Ver: git

Julien Isorce changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lrn1986 at gmail.com




------- Comment #3 from Julien Isorce  2009-07-15 14:45 UTC -------
Could you try to recompile gst-plugins-gl after doing the following small
change in the source code:

line 935 of
http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/tree/gst-libs/gst/gl/gstgldisplay.c

check this is not ATI Radeon HD.
I mean, I have an old ATI (ATI Radeon 9800 pro), so maybe the radeon HD serie
works just fine.

(or replace if (g_ascii_strncasecmp ("ATI", (gchar *) glGetString (GL_VENDOR),
3) == 0), by if (0) )


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=588653.




More information about the Gstreamer-bugs mailing list