diff options
Diffstat (limited to 'ext/pulse/pulsesink.h')
-rw-r--r-- | ext/pulse/pulsesink.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ext/pulse/pulsesink.h b/ext/pulse/pulsesink.h index e734a8c1..eb8d43d2 100644 --- a/ext/pulse/pulsesink.h +++ b/ext/pulse/pulsesink.h @@ -29,7 +29,6 @@ #include <pulse/thread-mainloop.h> #include "pulseprobe.h" -#include "pulsemixerctrl.h" G_BEGIN_DECLS @@ -57,18 +56,18 @@ struct _GstPulseSink pa_context *context; pa_stream *stream; - GMutex *stream_mutex; pa_sample_spec sample_spec; - GstPulseMixerCtrl *mixer; GstPulseProbe *probe; -#if 0 gdouble volume; -#endif + gboolean volume_set; - int operation_success; + gchar *device_description; + + gboolean operation_success; + gboolean did_reset, in_write; }; struct _GstPulseSinkClass |