summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstsbcenc.h')
-rw-r--r--audio/gstsbcenc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h
index 64457d21..491135c1 100644
--- a/audio/gstsbcenc.h
+++ b/audio/gstsbcenc.h
@@ -23,6 +23,8 @@
#include <gst/gst.h>
+#include "sbc.h"
+
G_BEGIN_DECLS
#define GST_TYPE_SBC_ENC \
@@ -44,6 +46,8 @@ struct _GstSbcEnc {
GstPad *sinkpad;
GstPad *srcpad;
+
+ sbc_t sbc;
};
struct _GstSbcEncClass {