[Bug 760916] gl: implement GstGLMemoryEGL
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 3 14:21:20 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760916
--- Comment #12 from Philippe Normand <phil at base-art.net> ---
Review of attachment 319491:
--> (https://bugzilla.gnome.org/review?bug=760916&attachment=319491)
::: gst-libs/gst/gl/egl/gstglmemoryegl.c
@@ +67,3 @@
+{
+ g_return_val_if_fail (gst_is_gl_memory_egl (GST_MEMORY_CAST (mem)), NULL);
+ return GST_GL_CONTEXT_EGL(_gl_mem_get_parent(mem))->egl_display;
I see warnings (GLib-GObject-WARNING **: invalid uninstantiatable type
'<unknown>' in cast to 'GstGLContextEGL') because get_parent() returns NULL.
Not sure why, might be worth debugging :)
--
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