[gstreamer-bugs] [Bug 593786] support OpenGL es in autofoo

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 30 04:01:36 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=593786
  GStreamer | gst-plugins-gl | git

--- Comment #24 from Pratheeh Gangadhar <pratheesh.gangadhar at gmail.com> 2009-09-30 11:01:31 UTC ---
Created an attachment (id=144379)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=144379)
Fix for GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS  while running in begleboard

I am using gst-plugins-gl (commit id: 18f5c4875006606b28aa9aa366abbc5dd1e16b60)
in beagleboard (OMAP3). While running this I saw this error
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS and abort during init. After some digging
I think the failure is due to this

As per http://www.khronos.org/opengles/sdk/docs/man/glRenderbufferStorage.xml

glRenderbufferStorage takes only one of these as internalformat
(GL_RGBA4,GL_RGB565,GL_RGB5_A1,GL_DEPTH_COMPONENT16, GL_STENCIL_INDEX8) so IMG
driver implementation for SGX530 is complying to this whereas gst-plugins-gl
uses GL_DEPTH_COMPONENT for GLES now.

With attached patch I can run filtercube plugin in beagleboard.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list