[Bug 741054] gl/cocoa: Simplify NSApplication initialisation for console apps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 3 02:22:58 PST 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-12-03 10:22:56 UTC ---
On a related note, create_context() must currently be called from a thread
different to the main thread. As it synchronously dispatches a block to the
main queue/thread... which would deadlock if we are already on that thread.
Simple workaround is to not dispatch anything if we are already on the
NSApplication main thread.

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