From 37dee77f26d3d3967c39d8bb65999c55b5bdb5a3 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 13 Aug 2008 13:57:01 +0000 Subject: 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. --- ext/pulse/pulsesink.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext/pulse/pulsesink.h') 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 #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; }; -- cgit