summaryrefslogtreecommitdiffstats
path: root/src/pulsemixerctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsemixerctrl.h')
-rw-r--r--src/pulsemixerctrl.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/pulsemixerctrl.h b/src/pulsemixerctrl.h
index 378898d..40b4213 100644
--- a/src/pulsemixerctrl.h
+++ b/src/pulsemixerctrl.h
@@ -38,8 +38,8 @@ typedef struct _GstPulseMixerCtrl GstPulseMixerCtrl;
typedef enum {
GST_PULSEMIXER_UNKNOWN,
GST_PULSEMIXER_SINK,
- GST_PULSEMIXER_SOURCE }
-GstPulseMixerType;
+ GST_PULSEMIXER_SOURCE
+} GstPulseMixerType;
struct _GstPulseMixerCtrl {
GList *tracklist;
@@ -60,6 +60,11 @@ struct _GstPulseMixerCtrl {
GstMixerTrack *track;
pa_time_event *time_event;
+
+ int outstandig_queries;
+ int ignore_queries;
+
+ gboolean update_volume, update_mute;
};
GstPulseMixerCtrl* gst_pulsemixer_ctrl_new(const gchar *server, const gchar *device, GstPulseMixerType type);