summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLaszlo Pandy <laszlok2@gmail.com>2008-08-13 12:11:34 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-13 12:11:34 +0000
commit04c5ad651d3cd0a72af72077ebebf697a435d6ee (patch)
treeb9bba28139b2d2263ce35f82d1779a82bbc7b0c1 /ChangeLog
parent397da5daf007694488c8558471a59d7c58feb2ad (diff)
ext/pulse/pulsemixer.c: Fix property probing after the device property is set by calling set_server when the server p...
Original commit message from CVS: Patch by: Laszlo Pandy <laszlok2 at gmail dot com> * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property): Fix property probing after the device property is set by calling set_server when the server property changes. Fixes bug #547518.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c17c6250..5236d608 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
+ * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
+ Fix property probing after the device property is set by calling
+ set_server when the server property changes. Fixes bug #547518.
+
+2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
+
* ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
(gst_pulsesink_implements_interface_init),
(gst_pulsesink_init_interfaces), (gst_pulsesink_init),