summaryrefslogtreecommitdiffstats
path: root/gst/goom/gstgoom.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/gstgoom.h')
-rw-r--r--gst/goom/gstgoom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/goom/gstgoom.h b/gst/goom/gstgoom.h
index ea17c743..8ecdde87 100644
--- a/gst/goom/gstgoom.h
+++ b/gst/goom/gstgoom.h
@@ -24,6 +24,7 @@ G_BEGIN_DECLS
#include <gst/gst.h>
#include <gst/base/gstadapter.h>
+#include "goom_core.h"
#define GOOM_SAMPLES 512
@@ -60,6 +61,8 @@ struct _GstGoom
gint channels;
gboolean disposed;
+
+ GoomData goomdata;
};
struct _GstGoomClass