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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be5e4311..a2b3606f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-08-13 Sebastian Dröge + + * 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. + 2008-08-13 Thijs Vermeir * configure.ac: -- cgit