From fe766cf9f4c6b4277460a9024b8d900c00e957d8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 10 Nov 2011 17:52:36 +0100 Subject: [PATCH] videosink: reset padding --- gst-libs/gst/video/gstvideosink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/gstvideosink.h b/gst-libs/gst/video/gstvideosink.h index 4a115e4..af11b5d 100644 --- a/gst-libs/gst/video/gstvideosink.h +++ b/gst-libs/gst/video/gstvideosink.h @@ -119,7 +119,7 @@ struct _GstVideoSinkClass { GstFlowReturn (*show_frame) (GstVideoSink *video_sink, GstBuffer *buf); /*< private >*/ - gpointer _gst_reserved[GST_PADDING - 1]; + gpointer _gst_reserved[GST_PADDING]; }; GType gst_video_sink_get_type (void); -- 2.7.4