mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
libgstgl: gstglcaopengllayer: set the layer as opaque
This commit is contained in:
parent
78aaa6b1de
commit
9f2f3fec17
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
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…
Reference in a new issue