mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gl/caopengllayer: fix non-existent selector warning
557ca6fda5
introduced the queueResize
call without implementing the selector
This commit is contained in:
parent
0f0bf863fa
commit
f82840ce88
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