discoverer: private structs need to padding
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 15 Oct 2010 15:43:41 +0000 (16:43 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 15 Oct 2010 15:43:41 +0000 (16:43 +0100)
gst-libs/gst/pbutils/gstdiscoverer.c

index 8e6b8f3..5d1ba25 100644 (file)
@@ -105,8 +105,6 @@ struct _GstDiscovererPrivate
   GMainContext *ctx;
   guint sourceid;
   guint timeoutid;
-
-  gpointer _reserved[GST_PADDING];
 };
 
 #define DISCO_LOCK(dc) g_mutex_lock (dc->priv->lock);