Revert "libgstgl: gstglcaopengllayer: set the layer as opaque"
This reverts commit 6f152d381ca21595cdc823f32341c8f2fe71b9c7. The layer shouldn't be always opaque, it should be made a property.
This commit is contained in:
parent
6f152d381c
commit
b1aae5cb70
@ -44,7 +44,6 @@
|
|||||||
|
|
||||||
self->gst_gl_context = parent_gl_context;
|
self->gst_gl_context = parent_gl_context;
|
||||||
self.asynchronous = YES;
|
self.asynchronous = YES;
|
||||||
self.opaque = YES;
|
|
||||||
self.needsDisplayOnBoundsChange = YES;
|
self.needsDisplayOnBoundsChange = YES;
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user