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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pulse/pulsesink.h b/ext/pulse/pulsesink.h
index d7a3b781..3ea57adc 100644
--- a/ext/pulse/pulsesink.h
+++ b/ext/pulse/pulsesink.h
@@ -28,6 +28,8 @@
#include <pulse/pulseaudio.h>
#include <pulse/thread-mainloop.h>
+#include "pulseprobe.h"
+
G_BEGIN_DECLS
#define GST_TYPE_PULSESINK \
@@ -57,6 +59,8 @@ struct _GstPulseSink
pa_sample_spec sample_spec;
+ GstPulseProbe *probe;
+
int operation_success;
};