[Bug 704806] Implement GL context sharing

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 30 02:08:03 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 #253511|none                        |needs-work
             status|                            |

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

I think some of the elements in gst/gl use this pattern too

::: gst-libs/gst/gl/gstglfilter.c
@@ +151,2 @@
     {
+      filter->other_context = g_value_get_object (value);

g_value_dup_object() here, and then make sure to unref it again when it's not
used anymore

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