[gstreamer-bugs] [Bug 593786] support OpenGL es in autofoo
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Oct 15 05:46:15 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=593786
GStreamer | gst-plugins-gl | git
Julien Isorce <julien.isorce> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #144379|none |needs-work
status| |
--- Comment #34 from Julien Isorce <julien.isorce at gmail.com> 2009-10-15 12:46:06 UTC ---
Review of attachment 144379:
Actually the patch is wrong for some parts.
Maybe due to a copy past, for example;
+#ifndef OPENGL_ES2
glRenderbufferStorageEXT (GL_RENDERBUFFER_EXT, GL_DEPTH_COMPONENT,
- display->gen_fbo_width, display->gen_fbo_height);
+ display->download_width, display->download_height);
+#else
+ glRenderbufferStorageEXT (GL_RENDERBUFFER_EXT, GL_DEPTH_COMPONENT16,
+ display->download_width, display->download_height);
+#endif
it should be gen_fbo_width and height and not download ...
--
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