mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
libgstgl: gstglcaopengllayer: set the layer as opaque
This commit is contained in:
parent
c2492b3a6b
commit
6f152d381c
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
|
||||
self->gst_gl_context = parent_gl_context;
|
||||
self.asynchronous = YES;
|
||||
self.opaque = YES;
|
||||
self.needsDisplayOnBoundsChange = YES;
|
||||
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue