gstreamer/gst-libs/gst/gl/cocoa
Josep Torra 1456c65295 glwindow/cocoa: fix warnings reported by XCode 8.1.0
gstglwindow_cocoa.m:345:16: error: unused variable 'window' [-Werror,-Wunused-variable]
  GstGLWindow *window = GST_GL_WINDOW (window_cocoa);
               ^
gstglwindow_cocoa.m:445:11: error: unused variable 'external_view' [-Werror,-Wunused-variable]
  NSView *external_view = (__bridge NSView *)priv->external_view;
          ^
2017-04-01 16:49:15 +02:00
..
gstgl_cocoa_private.h Revert "libgstgl: cocoa, eagl: don't marshal GL calls to the context thread" 2016-03-07 08:54:47 +02:00
gstglcaopengllayer.h glwindow: add API to request a resize event on the next draw 2015-09-17 20:26:23 +10:00
gstglcaopengllayer.m applemedia/gl: Update code to use ARC 2017-03-07 13:37:07 +02:00
gstglcontext_cocoa.h gl: Fix backwards compat GST_GL_TYPE_* functions/macros 2017-03-04 11:17:35 +02:00
gstglcontext_cocoa.m applemedia/gl: Update code to use ARC 2017-03-07 13:37:07 +02:00
gstgldisplay_cocoa.h gl: add GstGLDisplayCocoa 2015-03-14 08:38:03 +00:00
gstgldisplay_cocoa.m applemedia/gl: Update code to use ARC 2017-03-07 13:37:07 +02:00
gstglwindow_cocoa.h gl: GST_GL_TYPE -> GST_TYPE_GL 2016-11-03 16:16:12 +11:00
gstglwindow_cocoa.m glwindow/cocoa: fix warnings reported by XCode 8.1.0 2017-04-01 16:49:15 +02:00
Makefile.am applemedia/gl: Update code to use ARC 2017-03-07 13:37:07 +02:00