[Bug 704806] Implement GL context sharing

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 16 03:36:00 PDT 2013


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

--- Comment #25 from Matthew Waters <ystreet00 at gmail.com> 2013-09-16 10:35:54 UTC ---
(In reply to comment #24)
> Review of attachment 255009 [details]:
> 
> ::: tests/check/libs/gstglmemory.c
> @@ +39,3 @@
>    display = gst_gl_display_new ();
> +  context = gst_gl_context_new (display);
> +  gst_gl_display_set_context (display, context);
> 
> Can't a display have multiple contexts?

Yes that's the plan however that was written when the vtable was still in
GstGLDisplay.  The API still exists because we pass the GstGLContext through
the GstGLDisplay peer query which is going to be changed in the very near
future :).

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