summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-09-17 22:17:24 +1000
committerMatthew Waters <matthew@centricular.com>2015-09-17 22:44:41 +1000
commitf82840ce88a159de7cbd2afe8cd2f32843c9105d (patch)
treeeca077d17c011d7628f3c2e7894035629b3b8ae8
parent0f0bf863fa7e5ff2c524a428a7165ee3db8b8d60 (diff)
downloadgstreamer-plugins-bad-f82840ce88a159de7cbd2afe8cd2f32843c9105d.tar.gz
gl/caopengllayer: fix non-existent selector warning
557ca6fda5f831be4aba5819bf7b30b296e575cd introduced the queueResize call without implementing the selector
-rw-r--r--gst-libs/gst/gl/cocoa/gstglcaopengllayer.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/cocoa/gstglcaopengllayer.m b/gst-libs/gst/gl/cocoa/gstglcaopengllayer.m
index a48709fbe..cc82c3c2c 100644
--- a/gst-libs/gst/gl/cocoa/gstglcaopengllayer.m
+++ b/gst-libs/gst/gl/cocoa/gstglcaopengllayer.m
@@ -135,6 +135,10 @@ _context_ready (gpointer data)
return self->gl_context;
}
+- (void)queueResize {
+ self->queue_resize = TRUE;
+}
+
- (void)releaseCGLContext:(CGLContextObj)glContext {
CGLReleaseContext (glContext);
}