[Bug 710269] [Android] problem with egladaption/eglglessink on some devices/emulator and fatal error

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 8 19:29:47 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=710269
  GStreamer | gstreamer (core) | unspecified

Heiher <admin> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |admin at heiher.info,
                   |                            |fykcee1 at gmail.com

--- Comment #2 from Heiher <admin at heiher.info> 2014-05-09 02:29:42 UTC ---
We encounter similar problem with a sumsung SM-P600 pad. The following changes
can walkaround this:
In ext/eglgles/gstegladaptation_egl.c, gst_egl_adaptation_query_par(), let it
always go into the "if (ctx->eglglesctx->egl_major == 1 &&
ctx->eglglesctx->egl_minor < 2)" branch.

It seems it's a bug in the underling libraries, since the invocation
"eglQuerySurface (ctx->eglglesctx->display, ctx->eglglesctx->surface,
EGL_PIXEL_ASPECT_RATIO, &display_par)" triggers a "div 0" exception.

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