mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
glwindow: remove unused field in public struct
This commit is contained in:
parent
01fa90c1e7
commit
59350d078b
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