gstreamer/gst-libs/gst/gl/cocoa
Brion Vibber 02a0b92d9d gl/cocoa: Fix for building on Mac OS X 10.10
Using NSApp directly seems to confuse something, as the compiler
was expecting an id<NSFileManagerDelegate>. Switched to using
[NSApplication sharedApplication], and specified the delegate
protocol on the window class as well.

https://bugzilla.gnome.org/show_bug.cgi?id=738740
2017-12-09 19:31:48 +00:00
..
gstgl_cocoa_private.h gl/cocoa: Switch to a plain NSView subclass instead of NSOpenGLView 2017-12-09 19:31:47 +00:00
gstglcontext_cocoa.h [794/906] context: add subclasses for the different platforms (egl, glx, wgl, etc) 2017-12-09 19:31:30 +00:00
gstglcontext_cocoa.m gl/cocoa: Improve the NSApplication initialization 2017-12-09 19:31:47 +00:00
gstglwindow_cocoa.h [733/906] gl: Major header and include cleanup 2017-12-09 19:31:29 +00:00
gstglwindow_cocoa.m gl/cocoa: Fix for building on Mac OS X 10.10 2017-12-09 19:31:48 +00:00
Makefile.am gl/cocoa: Use OBJCFLAGS where needed 2017-12-09 19:31:39 +00:00