mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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;
|
||||
|
||||
@private
|
||||
NSRect last_bounds;
|
||||
CGRect last_bounds;
|
||||
gint expected_dims[4];
|
||||
|
||||
GstGLWindowCB draw_cb;
|
||||
|
|
Loading…
Reference in a new issue