[Bug 753905] android emulator returns NULL for GL_SHADING_LANGUAGE_VERSION
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Aug 21 00:24:43 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753905
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #309785|none |reviewed
status| |
--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 309785:
--> (https://bugzilla.gnome.org/review?bug=753905&attachment=309785)
::: gst-libs/gst/gl/gstglcontext.c
@@ +1127,3 @@
+ if (!gl->GetString (GL_SHADING_LANGUAGE_VERSION)) {
+ g_set_error (error, GST_GL_CONTEXT_ERROR, GST_GL_CONTEXT_ERROR_FAILED,
+ "GL_SHADING_LANGUAGE_VERSION must not be null");
Maybe make this "No GL shader support available" or something like that?
--
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