summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstsbcenc.h')
-rw-r--r--audio/gstsbcenc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h
index e7daf2d3..0a95bcef 100644
--- a/audio/gstsbcenc.h
+++ b/audio/gstsbcenc.h
@@ -24,6 +24,8 @@
#include <gst/gst.h>
#include "sbc.h"
+#include "ipc.h"
+
G_BEGIN_DECLS
@@ -48,6 +50,9 @@ struct _GstSbcEnc {
GstPad *srcpad;
gint mode;
+ gint blocks;
+ gint allocation;
+ gint subbands;
sbc_t sbc;
};