mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
gl/caopengllayer: fix non-existent selector warning
557ca6fda5
introduced the queueResize
call without implementing the selector
This commit is contained in:
parent
6b67fdf2ef
commit
718318ce19
1 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,10 @@ _context_ready (gpointer data)
|
||||||
return self->gl_context;
|
return self->gl_context;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)queueResize {
|
||||||
|
self->queue_resize = TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
- (void)releaseCGLContext:(CGLContextObj)glContext {
|
- (void)releaseCGLContext:(CGLContextObj)glContext {
|
||||||
CGLReleaseContext (glContext);
|
CGLReleaseContext (glContext);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue