gstreamer/tests/examples/gl
Julien Isorce fbe6dd9c5f gl: rename platform cocoa to cgl
Before:
GST_GL_PLATFORM=cocoa GST_GL_WINDOW=cocoa
gst-launch-1.0 videotestsrc ! glimagesink

After:
GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa
gst-launch-1.0 videotestsrc ! glimagesink

but still pass --enable-cocoa to configure script
because currently it can only be used with cocoa API.

We could later have cgl/gstglcontext_cgl.h that manages
a CGLContextObj directly and cocoa/gstglcontext_cocoa.h
would just wrap it.
So that it could be used with other Apple's window APIs.

https://bugzilla.gnome.org/show_bug.cgi?id=729245
2014-05-27 08:46:16 +01:00
..
clutter gl/examples: fix compilation for clutter examples 2014-05-07 20:13:00 +10:00
cocoa gl: pass NSView instead of NSWindow in cocoa-videooverlay example 2014-05-02 06:03:23 +01:00
generic gl/examples/generic: remove trailing whitespaces 2014-05-03 21:05:19 -04:00
gtk examples: gl: add missing entry to cflags to find gst/gl/gl.h 2014-04-29 13:23:26 -03:00
qt gl: rename platform cocoa to cgl 2014-05-27 08:46:16 +01:00
sdl gl/sdl example: Fix uninstalled build 2014-04-29 22:19:37 +10:00
Makefile.am examples: Add all gl subdirs to DIST_SUBDIRS to fix the build 2014-05-03 19:46:04 +02:00