diff options
Diffstat (limited to 'gst-libs/gst/xoverlay')
-rw-r--r-- | gst-libs/gst/xoverlay/xoverlay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/xoverlay/xoverlay.h b/gst-libs/gst/xoverlay/xoverlay.h index 962f40b4..062fadf4 100644 --- a/gst-libs/gst/xoverlay/xoverlay.h +++ b/gst-libs/gst/xoverlay/xoverlay.h @@ -55,7 +55,7 @@ typedef struct _GstXOverlayClass { void (*have_xwindow_id) (GstXOverlay *overlay, XID xwindow_id); - GST_CLASS_PADDING + gpointer _gst_reserved[GST_PADDING]; } GstXOverlayClass; GType gst_x_overlay_get_type (void); |