[Bug 728753] glimagesink: Failed to create context with libMali
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Apr 30 10:57:54 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=728753
GStreamer | gst-plugins-bad | git
Nicolas Dufresne <nicolas.dufresne> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #275502|none |reviewed
status| |
--- Comment #13 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-04-30 17:57:50 UTC ---
Review of attachment 275502:
--> (https://bugzilla.gnome.org/review?bug=728753&attachment=275502)
I'll test this on my platform today.
::: gst-libs/gst/gl/gstglcontext.c
@@ +420,2 @@
+ if (!module_egl) {
+ module_egl = g_module_open ("libEGL.so", G_MODULE_BIND_LAZY);
I think it should be libEGL.so.1, libEGL.so is usually shipped in dev packages.
@@ +439,3 @@
+ const gchar *name = NULL;
+#if GST_GL_HAVE_GLES2
+ name = "libGLESv2.so";
libGLESv2.so.2 for the same reason
--
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