gstreamer/tests/examples/gl
Nick Kallen 46bbc60d24 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-03-07 13:37:07 +02:00
..
clutter gl/examples: Really remove references to $(GST_PLUGINS_GL_*). 2016-09-08 09:45:56 +10:00
cocoa applemedia/gl: Update code to use ARC 2017-03-07 13:37:07 +02:00
generic gl/examples/cube*: choose opengl by default 2016-03-10 22:52:52 +11:00
gtk gl/examples/fxtest: fix up for wayland support 2016-08-19 16:05:33 +10:00
qt examples/gl/qt: fix the examples for the use of newer API 2016-11-08 15:14:27 +11:00
sdl gl: GST_GL_TYPE -> GST_TYPE_GL 2016-11-03 16:16:12 +11:00
Makefile.am examples: Add all gl subdirs to DIST_SUBDIRS to fix the build 2014-05-03 19:46:04 +02:00