[Bug 741323] glimagesink: unstable behaviour on Mac OSX

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 10 05:34:44 PST 2014


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

Thijs Vermeir <thijsvermeir> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thijsvermeir at gmail.com

--- Comment #1 from Thijs Vermeir <thijsvermeir at gmail.com> 2014-12-10 13:34:38 UTC ---
It looks like the problem is in: cocoa/gstglcontext_cocoa.m:223.

dispatch_sync (dispatch_get_main_queue (), ... is never called (in the cases
that it failes) so no window is created. I see in Apple's documentation [1]
that dispatch_main() should be called from the applications main function to
process blocks.

[1]https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/dispatch_get_main_queue.3.html

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