[Bug 704806] Implement GL context sharing

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 30 02:09:38 PDT 2013


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #253512|none                        |needs-work
             status|                            |

--- Comment #12 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-08-30 09:09:35 UTC ---
Review of attachment 253512:
 --> (https://bugzilla.gnome.org/review?bug=704806&attachment=253512)

::: gst-libs/gst/gl/egl/gstglcontext_egl.c
@@ -171,3 @@
-    config_attrib[i++] = EGL_CONFIG_ID;
-    config_attrib[i++] = config_id;
-    config_attrib[i++] = EGL_NONE;

I think we should still do that as maybe the display was initialized from the
outside with a different config already. Just to be on the save side :)

Just change the FIXME comment, and do a display equality check here and fail if
it's not equal

-- 
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