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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 23 00:07:04 PDT 2014


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

--- Comment #4 from Matthew Waters <ystreet00 at gmail.com> 2014-05-23 07:06:56 UTC ---
The obvious thing that stands out is that it attempts to set_window_handle()
with the same window id across multiple contexts.  The second one results in a
BAD_NATIVE_WINDOW error with it complaining that the window is already
connected to 'another API'.

Just a stab in the dark but this might be due to us not calling eglTerminate ()
at the end of the first context.  Could someone test by adding eglTerminate()
to the end of gst_gl_context_egl_destroy_context() ?

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