gstreamer/gst-libs/gst/gl/cocoa
Matthew Waters 3dfc6899ad gl: be consistent in gobject boilerpate
GST_GL_IS_* vs GST_IS_GL_*

git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
2015-10-19 15:15:30 +11:00
..
gstgl_cocoa_private.h glcontext/cocoa: implement GL3 core context selection 2015-05-14 20:35:18 +10: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 gl/caopengllayer: fix non-existent selector warning 2015-09-17 22:44:41 +10:00
gstglcontext_cocoa.h gl: be consistent in gobject boilerpate 2015-10-19 15:15:30 +11:00
gstglcontext_cocoa.m glcontext: pass display to implentation's _new() 2015-07-27 18:23:17 +10:00
gstgldisplay_cocoa.h gl: add GstGLDisplayCocoa 2015-03-14 08:38:03 +00:00
gstgldisplay_cocoa.m gl: add GstGLDisplayCocoa 2015-03-14 08:38:03 +00:00
gstglwindow_cocoa.h gl: be consistent in gobject boilerpate 2015-10-19 15:15:30 +11:00
gstglwindow_cocoa.m glwindow: remove unused draw_unlocked function 2015-09-28 16:44:05 +10:00
Makefile.am gl: add GstGLDisplayCocoa 2015-03-14 08:38:03 +00:00