mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +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;
|
||||
}
|
||||
|
||||
- (void)queueResize {
|
||||
self->queue_resize = TRUE;
|
||||
}
|
||||
|
||||
- (void)releaseCGLContext:(CGLContextObj)glContext {
|
||||
CGLReleaseContext (glContext);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue