diff --git a/gst-libs/gst/gl/gbm/gstglwindow_gbm_egl.h b/gst-libs/gst/gl/gbm/gstglwindow_gbm_egl.h index e89af2f537..c27b8c0cf8 100644 --- a/gst-libs/gst/gl/gbm/gstglwindow_gbm_egl.h +++ b/gst-libs/gst/gl/gbm/gstglwindow_gbm_egl.h @@ -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];