[Bug 777409] pluginbase: Query for OpenGL app_context

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 23 19:08:12 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=777409

--- Comment #14 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 343911:
 --> (https://bugzilla.gnome.org/review?bug=777409&attachment=343911)

::: gst/vaapi/gstvaapipluginbase.c
@@ +232,3 @@
+#if USE_GST_GL_HELPERS
+  gst_gl_ensure_element_data (plugin, (GstGLDisplay **) & plugin->gl_display,
+      (GstGLContext **) & plugin->gl_other_context);

another issue: here's a memory leak, since these two new member variables are
never unrefed

Do we really need to keep those objects around?

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