mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
gstglcaopengllayer: use the correct rectangle type for iOS and OS X
This commit is contained in:
parent
dac1e577e7
commit
f3beaecfa0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ G_BEGIN_DECLS
|
||||||
CGLContextObj gl_context;
|
CGLContextObj gl_context;
|
||||||
|
|
||||||
@private
|
@private
|
||||||
NSRect last_bounds;
|
CGRect last_bounds;
|
||||||
gint expected_dims[4];
|
gint expected_dims[4];
|
||||||
|
|
||||||
GstGLWindowCB draw_cb;
|
GstGLWindowCB draw_cb;
|
||||||
|
|
Loading…
Reference in a new issue