summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstsbcenc.h')
-rw-r--r--audio/gstsbcenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h
index 0a95bcef..c5fc6bcc 100644
--- a/audio/gstsbcenc.h
+++ b/audio/gstsbcenc.h
@@ -22,6 +22,7 @@
*/
#include <gst/gst.h>
+#include <gst/base/gstadapter.h>
#include "sbc.h"
#include "ipc.h"
@@ -48,6 +49,7 @@ struct _GstSbcEnc {
GstPad *sinkpad;
GstPad *srcpad;
+ GstAdapter *adapter;
gint mode;
gint blocks;