gstreamer/tests/examples/gl
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
..
clutter gl/examples: Really remove references to $(GST_PLUGINS_GL_*). 2017-12-09 19:32:22 +00:00
cocoa applemedia/gl: Update code to use ARC 2017-12-09 19:32:27 +00:00
generic gl/examples/cube*: choose opengl by default 2017-12-09 19:32:17 +00:00
gtk gl/examples/fxtest: fix up for wayland support 2017-12-09 19:32:22 +00:00
qt examples/gl/qt: fix the examples for the use of newer API 2017-12-09 19:32:24 +00:00
sdl gl: GST_GL_TYPE -> GST_TYPE_GL 2017-12-09 19:32:23 +00:00
Makefile.am examples: Add all gl subdirs to DIST_SUBDIRS to fix the build 2017-12-09 19:31:39 +00:00