diff options
Diffstat (limited to 'ext/directfb/dfbvideosink.h')
-rw-r--r-- | ext/directfb/dfbvideosink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/directfb/dfbvideosink.h b/ext/directfb/dfbvideosink.h index a485175c..42509775 100644 --- a/ext/directfb/dfbvideosink.h +++ b/ext/directfb/dfbvideosink.h @@ -50,6 +50,8 @@ struct _GstDfbSurface { gint width; gint height; + gboolean locked; + DFBSurfacePixelFormat pixel_format; GstDfbVideoSink *dfbvideosink; |