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, 2 insertions, 2 deletions
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h
index c5fc6bcc..f65bcc94 100644
--- a/audio/gstsbcenc.h
+++ b/audio/gstsbcenc.h
@@ -25,8 +25,6 @@
#include <gst/base/gstadapter.h>
#include "sbc.h"
-#include "ipc.h"
-
G_BEGIN_DECLS
@@ -51,6 +49,8 @@ struct _GstSbcEnc {
GstPad *srcpad;
GstAdapter *adapter;
+ gint rate;
+ gint channels;
gint mode;
gint blocks;
gint allocation;