summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulsesrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pulse/pulsesrc.h')
-rw-r--r--ext/pulse/pulsesrc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pulse/pulsesrc.h b/ext/pulse/pulsesrc.h
index 408a1588..b07bfe26 100644
--- a/ext/pulse/pulsesrc.h
+++ b/ext/pulse/pulsesrc.h
@@ -29,6 +29,7 @@
#include <pulse/thread-mainloop.h>
#include "pulsemixerctrl.h"
+#include "pulseprobe.h"
G_BEGIN_DECLS
@@ -63,6 +64,7 @@ struct _GstPulseSrc
size_t read_buffer_length;
GstPulseMixerCtrl *mixer;
+ GstPulseProbe *probe;
};
struct _GstPulseSrcClass