summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcenc.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-10-18 21:46:49 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-10-18 21:46:49 +0000
commit5dee78747cac71ad970b513dc229712be1348290 (patch)
treeaa148798ead6340ba92aaf26cbbe3b128d6505b4 /audio/gstsbcenc.h
parentfcbcc7bfdfe61d57f38bd44cbc7a2edcea23e7a8 (diff)
Fixes for gstsbcenc.
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;
};