[Bug 706553] context creation is not thread safe
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Aug 22 01:09:07 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=706553
GStreamer | gst-plugins-gl | git
Sebastian Dröge (slomo) <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |slomo at circular-chaos.org
Ever Confirmed|0 |1
--- Comment #1 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-08-22 08:09:05 UTC ---
Well, this looks like it is simply because of the render_lock. It is not hold
during quit() and the waiting, and also there's a small race between
gst_gl_window_run() and quit(). Which leads to the above behaviour, run
happening after quitting. run() should probably check if the window was quit
already before starting the loop.
--
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