Revert "libgstgl: gstglcaopengllayer: set the layer as opaque"

This reverts commit 6f152d381c.

The layer shouldn't be always opaque, it should be made a property.
This commit is contained in:
Alessandro Decina 2015-01-30 12:32:17 +11:00
parent 6f152d381c
commit b1aae5cb70

View file

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