summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstsbcdec.h')
-rw-r--r--audio/gstsbcdec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/gstsbcdec.h b/audio/gstsbcdec.h
index 0737b9d9..4a6922a0 100644
--- a/audio/gstsbcdec.h
+++ b/audio/gstsbcdec.h
@@ -23,6 +23,8 @@
#include <gst/gst.h>
+#include "sbc.h"
+
G_BEGIN_DECLS
#define GST_TYPE_SBC_DEC \
@@ -44,6 +46,10 @@ struct _GstSbcDec {
GstPad *sinkpad;
GstPad *srcpad;
+
+ GstBuffer *buffer;
+
+ sbc_t sbc;
};
struct _GstSbcDecClass {