summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulsesink.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-13 13:57:01 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-13 13:57:01 +0000
commit37dee77f26d3d3967c39d8bb65999c55b5bdb5a3 (patch)
tree90addbcb53dc57e4b4d6ddce2cb22601d471860f /ext/pulse/pulsesink.h
parent112f2e2545d0b8a0885c06e08c0ab71357150ca2 (diff)
ext/pulse/pulsesink.*: Add "device-name" property to pulsesink too and currently commented out and not working suppor...
Original commit message from CVS: * ext/pulse/pulsesink.c: (gst_pulsesink_class_init), (gst_pulsesink_init), (gst_pulsesink_finalize), (gst_pulsesink_set_volume), (gst_pulsesink_get_volume), (gst_pulsesink_set_property), (gst_pulsesink_get_property), (gst_pulsesink_prepare), (gst_pulsesink_change_state): * ext/pulse/pulsesink.h: Add "device-name" property to pulsesink too and currently commented out and not working support for a "volume" property.
Diffstat (limited to 'ext/pulse/pulsesink.h')
-rw-r--r--ext/pulse/pulsesink.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/pulse/pulsesink.h b/ext/pulse/pulsesink.h
index 3ea57adc..d9c46990 100644
--- a/ext/pulse/pulsesink.h
+++ b/ext/pulse/pulsesink.h
@@ -29,6 +29,7 @@
#include <pulse/thread-mainloop.h>
#include "pulseprobe.h"
+#include "pulsemixerctrl.h"
G_BEGIN_DECLS
@@ -59,8 +60,13 @@ struct _GstPulseSink
pa_sample_spec sample_spec;
+ GstPulseMixerCtrl *mixer;
GstPulseProbe *probe;
+#if 0
+ gdouble volume;
+#endif
+
int operation_success;
};