mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
gl: window-gbm: Remove unused private class member
The display class member is not used, not set and rather confusing.
This commit is contained in:
parent
6f7fbbfa71
commit
46b503d674
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ struct _GstGLWindowGBMEGL {
|
|||
struct gbm_bo *current_bo, *prev_bo;
|
||||
int waiting_for_flip;
|
||||
|
||||
drmModeCrtc *saved_crtc;
|
||||
|
||||
GstGLDisplayGBM *display;
|
||||
|
||||
gpointer _reserved[GST_PADDING];
|
||||
|
|
Loading…
Reference in a new issue