gstreamer/gst-libs/gst/gl/cocoa
Julien Isorce 11661ceca9 gl/cocoa: fix compiler warning
Use the reshape function after being defined. The other way
would have been to declare the reshape function in the header.

gstglwindow_cocoa.m: In function '-[GstGLNSView drawRect:]':
gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape'
gstglwindow_cocoa.m:555: warning: (Messages without a matching method signature
gstglwindow_cocoa.m:555: warning: will be assumed to return 'id' and accept
gstglwindow_cocoa.m:555: warning: '...' as arguments.)
2014-11-03 22:59:41 +00:00
..
gstgl_cocoa_private.h gl/cocoa: Switch to a plain NSView subclass instead of NSOpenGLView 2014-09-29 10:57:18 +03:00
gstglcontext_cocoa.h glcontext: add api for retreiving the current context and api 2014-10-28 17:33:20 +11:00
gstglcontext_cocoa.m glcontext: add api for retreiving the current context and api 2014-10-28 17:33:20 +11:00
gstglwindow_cocoa.h [733/906] gl: Major header and include cleanup 2014-03-15 18:36:57 +01:00
gstglwindow_cocoa.m gl/cocoa: fix compiler warning 2014-11-03 22:59:41 +00:00
Makefile.am gl/cocoa: Use OBJCFLAGS where needed 2014-05-06 12:57:36 +02:00