gstreamer/gst-libs/gst/gl/cocoa
Nick Kallen 7b42f26b80 applemedia/gl: Update code to use ARC
All code interacting with Objective-C objects should now use Automated
Reference Counting rather than manual memory management or Garbage
Collection. Because ARC prohibits C-structs from containing
references to Objective-C objects, all such fields are now typed
'gpointer'. Setting and gettings Objective-C fields on such a
struct now uses explicit __bridge_* calls to tell ARC about
object lifetimes.

https://bugzilla.gnome.org/show_bug.cgi?id=777847
2017-12-09 19:32:27 +00:00
..
gstgl_cocoa_private.h Revert "libgstgl: cocoa, eagl: don't marshal GL calls to the context thread" 2017-12-09 19:32:17 +00:00
gstglcaopengllayer.h glwindow: add API to request a resize event on the next draw 2017-12-09 19:32:08 +00:00
gstglcaopengllayer.m applemedia/gl: Update code to use ARC 2017-12-09 19:32:27 +00:00
gstglcontext_cocoa.h gl: Fix backwards compat GST_GL_TYPE_* functions/macros 2017-12-09 19:32:26 +00:00
gstglcontext_cocoa.m applemedia/gl: Update code to use ARC 2017-12-09 19:32:27 +00:00
gstgldisplay_cocoa.h gl: add GstGLDisplayCocoa 2017-12-09 19:31:58 +00:00
gstgldisplay_cocoa.m applemedia/gl: Update code to use ARC 2017-12-09 19:32:27 +00:00
gstglwindow_cocoa.h gl: GST_GL_TYPE -> GST_TYPE_GL 2017-12-09 19:32:23 +00:00
gstglwindow_cocoa.m applemedia/gl: Update code to use ARC 2017-12-09 19:32:27 +00:00
Makefile.am applemedia/gl: Update code to use ARC 2017-12-09 19:32:27 +00:00