From b5f6f4873b8394c027ce36d7785216d6739ff40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 15 Oct 2010 16:43:41 +0100 Subject: [PATCH] discoverer: private structs need to padding --- gst-libs/gst/pbutils/gstdiscoverer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c index 8e6b8f3c23..5d1ba25971 100644 --- a/gst-libs/gst/pbutils/gstdiscoverer.c +++ b/gst-libs/gst/pbutils/gstdiscoverer.c @@ -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);