libgstgl: gstglcaopengllayer: set the layer as opaque

This commit is contained in:
Alessandro Decina 2015-01-30 12:22:25 +11:00 committed by Tim-Philipp Müller
parent 78aaa6b1de
commit 9f2f3fec17

View file

@ -44,6 +44,7 @@
self->gst_gl_context = parent_gl_context;
self.asynchronous = YES;
self.opaque = YES;
self.needsDisplayOnBoundsChange = YES;
return self;