summaryrefslogtreecommitdiffstats
path: root/src/polypsrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypsrc.h')
-rw-r--r--src/polypsrc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/polypsrc.h b/src/polypsrc.h
index 0f77c8f..d426c7d 100644
--- a/src/polypsrc.h
+++ b/src/polypsrc.h
@@ -28,6 +28,8 @@
#include <polyp/polypaudio.h>
#include <polyp/thread-mainloop.h>
+#include "polypmixerctrl.h"
+
G_BEGIN_DECLS
#define GST_TYPE_POLYPSRC \
@@ -58,6 +60,8 @@ struct _GstPolypSrc {
const void *read_buffer;
size_t read_buffer_length;
+
+ GstPolypMixerCtrl *mixer;
};
struct _GstPolypSrcClass {