summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulsesink.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pulse/pulsesink.h')
-rw-r--r--ext/pulse/pulsesink.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/pulse/pulsesink.h b/ext/pulse/pulsesink.h
index 3ea57adc..d9c46990 100644
--- a/ext/pulse/pulsesink.h
+++ b/ext/pulse/pulsesink.h
@@ -29,6 +29,7 @@
#include <pulse/thread-mainloop.h>
#include "pulseprobe.h"
+#include "pulsemixerctrl.h"
G_BEGIN_DECLS
@@ -59,8 +60,13 @@ struct _GstPulseSink
pa_sample_spec sample_spec;
+ GstPulseMixerCtrl *mixer;
GstPulseProbe *probe;
+#if 0
+ gdouble volume;
+#endif
+
int operation_success;
};