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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/pulse/pulsesrc.h b/ext/pulse/pulsesrc.h
index b07bfe26..8c4a03b0 100644
--- a/ext/pulse/pulsesrc.h
+++ b/ext/pulse/pulsesrc.h
@@ -63,8 +63,13 @@ struct _GstPulseSrc
const void *read_buffer;
size_t read_buffer_length;
+ gchar *device_description;
+
GstPulseMixerCtrl *mixer;
GstPulseProbe *probe;
+
+ gboolean operation_success;
+ gboolean did_reset, in_read;
};
struct _GstPulseSrcClass