summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulsesink.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-11 16:09:40 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-11 16:38:03 +0200
commit7fb6ad6d4c477daf4a51bb7edb24088c43455f42 (patch)
treeab4bcd71798965489ed2dbba5e2b1281f61edc3e /ext/pulse/pulsesink.h
parentd4316e74fc952f08c4f724d5a4406c6999fb2747 (diff)
pulsesink: Implement mute property
Diffstat (limited to 'ext/pulse/pulsesink.h')
-rw-r--r--ext/pulse/pulsesink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pulse/pulsesink.h b/ext/pulse/pulsesink.h
index 6120609c..c7ff2e87 100644
--- a/ext/pulse/pulsesink.h
+++ b/ext/pulse/pulsesink.h
@@ -61,6 +61,8 @@ struct _GstPulseSink
gdouble volume;
gboolean volume_set;
+ gboolean mute;
+ gboolean mute_set;
gint notify;
const gchar *pa_version;