gstreamer/gst-libs/gst/gl/cocoa
Matthew Waters 06de6998e5 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'
2017-12-09 19:32:09 +00:00
..
gstgl_cocoa_private.h glcontext/cocoa: implement GL3 core context selection 2017-12-09 19:32:01 +00:00
gstglcaopengllayer.h glwindow: add API to request a resize event on the next draw 2017-12-09 19:32:08 +00:00
gstglcaopengllayer.m gl/caopengllayer: fix non-existent selector warning 2017-12-09 19:32:08 +00:00
gstglcontext_cocoa.h gl: be consistent in gobject boilerpate 2017-12-09 19:32:09 +00:00
gstglcontext_cocoa.m glcontext: pass display to implentation's _new() 2017-12-09 19:32:06 +00:00
gstgldisplay_cocoa.h gl: add GstGLDisplayCocoa 2017-12-09 19:31:58 +00:00
gstgldisplay_cocoa.m gl: add GstGLDisplayCocoa 2017-12-09 19:31:58 +00:00
gstglwindow_cocoa.h gl: be consistent in gobject boilerpate 2017-12-09 19:32:09 +00:00
gstglwindow_cocoa.m glwindow: remove unused draw_unlocked function 2017-12-09 19:32:08 +00:00
Makefile.am gl: add GstGLDisplayCocoa 2017-12-09 19:31:58 +00:00