gstreamer/tests/examples/gl/cocoa
Thijs Vermeir 035f6f975a gl/cocoa: Fix example 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.

Similar to https://bugzilla.gnome.org/show_bug.cgi?id=738740
2017-12-09 19:31:51 +00:00
..
.gitignore gl: rename cocoa example and move it to its parent directory 2017-12-09 19:31:38 +00:00
cocoa-videooverlay.m gl/cocoa: Fix example on Mac OS X 10.10 2017-12-09 19:31:51 +00:00
Makefile.am gl/examples: add the srcdir and builddir includes 2017-12-09 19:31:42 +00:00