gl/caopengllayer: fix non-existent selector warning
authorMatthew Waters <matthew@centricular.com>
Thu, 17 Sep 2015 12:17:24 +0000 (22:17 +1000)
committerMatthew Waters <matthew@centricular.com>
Thu, 17 Sep 2015 12:44:41 +0000 (22:44 +1000)
557ca6fda5f831be4aba5819bf7b30b296e575cd introduced the queueResize
call without implementing the selector

gst-libs/gst/gl/cocoa/gstglcaopengllayer.m

index a48709f..cc82c3c 100644 (file)
@@ -135,6 +135,10 @@ _context_ready (gpointer data)
   return self->gl_context;
 }
 
+- (void)queueResize {
+  self->queue_resize = TRUE;
+}
+
 - (void)releaseCGLContext:(CGLContextObj)glContext {
   CGLReleaseContext (glContext);
 }