summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-08 14:58:18 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-08 14:58:18 +0000
commitb76819bbd28ffd2ba208d0a2fc55cbbeb928f503 (patch)
tree90a76878827c8b95131b9a42101350ed89de6965 /ChangeLog
parent9a1a9abb9e85e5ac05b5d8314e18114f5857e3f5 (diff)
Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this.
Original commit message from CVS: * configure.ac: * gst/audiofx/audioamplify.c: (gst_audio_amplify_clipping_method_get_type), (gst_audio_amplify_init), (gst_audio_amplify_transform_ip): * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init), (gst_audio_dynamic_transform_ip): * gst/audiofx/audioinvert.c: (gst_audio_invert_init), (gst_audio_invert_transform_ip): * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init), (gst_audio_panorama_transform): * gst/level/gstlevel.c: (gst_level_init): Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this. Bump core requirement to CVS. * gst/audiofx/audiochebyshevfreqband.c: (gst_audio_chebyshev_freq_band_transform_ip): * gst/audiofx/audiochebyshevfreqlimit.c: (gst_audio_chebyshev_freq_limit_transform_ip): Also sync GObject properties to the controller if operating in passthrough mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae6c7a60..9117855f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2008-01-08 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ * gst/audiofx/audioamplify.c:
+ (gst_audio_amplify_clipping_method_get_type),
+ (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
+ * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
+ (gst_audio_dynamic_transform_ip):
+ * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
+ (gst_audio_invert_transform_ip):
+ * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
+ (gst_audio_panorama_transform):
+ * gst/level/gstlevel.c: (gst_level_init):
+ Make elements GST_BUFFER_FLAG_GAP aware and call
+ gst_base_transform_set_gap_aware for this.
+ Bump core requirement to CVS.
+
+ * gst/audiofx/audiochebyshevfreqband.c:
+ (gst_audio_chebyshev_freq_band_transform_ip):
+ * gst/audiofx/audiochebyshevfreqlimit.c:
+ (gst_audio_chebyshev_freq_limit_transform_ip):
+ Also sync GObject properties to the controller if operating
+ in passthrough mode.
+
2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
* sys/directdraw/gstdirectdrawsink.c: