Searched defs:_GstGLWindow (Results 1 – 1 of 1) sorted by relevance
95 struct _GstGLWindow { struct97 GstObject parent;99 GMutex lock;101 GstGLDisplay *display;102 GWeakRef context_ref;105 gboolean is_drawing;107 GstGLWindowCB draw;108 gpointer draw_data;109 GDestroyNotify draw_notify;110 GstGLWindowCB close;[all …]