libgstgl: gstglcaopengllayer: set the layer as opaque

This commit is contained in:
Alessandro Decina 2015-01-30 12:22:25 +11:00
parent c2492b3a6b
commit 6f152d381c

View file

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