mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
glwindow: remove unused field in public struct
This commit is contained in:
parent
2b89a2c348
commit
e483b092f1
1 changed files with 0 additions and 2 deletions
|
@ -85,8 +85,6 @@ struct _GstGLWindow {
|
||||||
GstGLDisplay *display;
|
GstGLDisplay *display;
|
||||||
GWeakRef context_ref;
|
GWeakRef context_ref;
|
||||||
|
|
||||||
guintptr external_gl_context;
|
|
||||||
|
|
||||||
gboolean is_drawing;
|
gboolean is_drawing;
|
||||||
|
|
||||||
GstGLWindowCB draw;
|
GstGLWindowCB draw;
|
||||||
|
|
Loading…
Reference in a new issue