summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2009-01-13 08:24:25 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2009-01-13 08:24:25 +0000
commit4b227159cba3b5953d85dd5358cefece06e5d35f (patch)
tree6630d729b65c51975b5bba695d914cd49b5c14f9 /ChangeLog
parent0016658ace7e5b84095b44ad7bae27218334143b (diff)
gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c...
Original commit message from CVS: * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize), (gst_audio_cheb_band_set_property): * gst/audiofx/audiochebband.h: * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize), (gst_audio_cheb_limit_set_property): * gst/audiofx/audiocheblimit.h: * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init), (gst_audio_wsincband_init), (gst_audio_wsincband_finalize), (gst_audio_wsincband_set_property): * gst/audiofx/audiowsincband.h: * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init), (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize), (gst_audio_wsinclimit_set_property): * gst/audiofx/audiowsinclimit.h: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter can lead to deadlocks, especially with the FIR filters when updating the latency.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12343bdf..afe32145 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2009-01-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
+ (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
+ (gst_audio_cheb_band_set_property):
+ * gst/audiofx/audiochebband.h:
+ * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
+ (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
+ (gst_audio_cheb_limit_set_property):
+ * gst/audiofx/audiocheblimit.h:
+ * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
+ (gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
+ (gst_audio_wsincband_set_property):
+ * gst/audiofx/audiowsincband.h:
+ * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
+ (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
+ (gst_audio_wsinclimit_set_property):
+ * gst/audiofx/audiowsinclimit.h:
+ Use a custom mutex for protecting the instance fields instead of
+ the GstObject lock. Using the latter can lead to deadlocks, especially
+ with the FIR filters when updating the latency.
+
2009-01-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/audiofx/Makefile.am: