mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
discoverer: private structs need to padding
This commit is contained in:
parent
b3192de682
commit
b5f6f4873b
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@ struct _GstDiscovererPrivate
|
||||||
GMainContext *ctx;
|
GMainContext *ctx;
|
||||||
guint sourceid;
|
guint sourceid;
|
||||||
guint timeoutid;
|
guint timeoutid;
|
||||||
|
|
||||||
gpointer _reserved[GST_PADDING];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DISCO_LOCK(dc) g_mutex_lock (dc->priv->lock);
|
#define DISCO_LOCK(dc) g_mutex_lock (dc->priv->lock);
|
||||||
|
|
Loading…
Reference in a new issue