[Bug 728514] glimagesink fails with gst-sdk android tutorial-5 / tutorial-4

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 23 00:56:01 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=728514
  GStreamer | gst-plugins-bad | git

--- Comment #8 from Matthew Waters <ystreet00 at gmail.com> 2014-05-23 07:55:57 UTC ---
(In reply to comment #6)
> Hmm I don't think we destroy the context here, do we? We just set the same
> window handle again

The full log shows that the context was destroyed and recreated but the display
was not destroyed and existed through the whole process.

(In reply to comment #7)
> Review of attachment 277033 [details]:
> 
> ::: gst-libs/gst/gl/egl/gstglcontext_egl.c
> @@ +456,2 @@
>    eglReleaseThread ();
> +  eglTerminate ();
> 
> It takes a display as parameter :) I'm not sure if this is 100% correct though,
> shouldn't this be just called when destroying the display?

Ideally, yes.  However it is just a hunch that the eglTerminate is required by
android when all of the contexts/surfaces are destroyed.  If so then we need to
figure out why the display still sticks around.

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