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 committed by Tim-Philipp Müller
parent 9f2f3fec17
commit 1c1084881b

View file

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