gstglcaopengllayer: use the correct rectangle type for iOS and OS X
authorMatthew Waters <matthew@centricular.com>
Mon, 2 Feb 2015 12:40:16 +0000 (23:40 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:54 +0000 (19:31 +0000)
gst-libs/gst/gl/cocoa/gstglcaopengllayer.h

index 06d5ade..17e385b 100644 (file)
@@ -35,7 +35,7 @@ G_BEGIN_DECLS
   CGLContextObj gl_context;
 
 @private
-  NSRect last_bounds;
+  CGRect last_bounds;
   gint expected_dims[4];
 
   GstGLWindowCB draw_cb;