summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-12-06 12:11:29 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-12-06 12:11:29 +0000
commitba36c8183bef6cacc7a2e8dc3367f2d53f5ca45b (patch)
treebffbc06883d34b8684854cd49e05956c3f8335c6 /ChangeLog
parent919e906055a4bbf70247c95e117e1840e215a645 (diff)
gst/audiofx/: The transform_ip() methods should do nothing if in passthrough mode.
Original commit message from CVS: * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip): * gst/audiofx/audiochebyshevfreqband.c: (gst_audio_chebyshev_freq_band_transform_ip): * gst/audiofx/audiochebyshevfreqlimit.c: (gst_audio_chebyshev_freq_limit_transform_ip): * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip): * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip): The transform_ip() methods should do nothing if in passthrough mode. It might get non-writable buffers in that case but the buffer might as well be writable. * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform): The transform() methods won't be called in passthrough mode and otherwise the buffer is always writable so don't check here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2dc493a..1937df5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-12-06 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
+ * gst/audiofx/audiochebyshevfreqband.c:
+ (gst_audio_chebyshev_freq_band_transform_ip):
+ * gst/audiofx/audiochebyshevfreqlimit.c:
+ (gst_audio_chebyshev_freq_limit_transform_ip):
+ * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
+ * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
+ The transform_ip() methods should do nothing if in passthrough mode.
+ It might get non-writable buffers in that case but the buffer might
+ as well be writable.
+
+ * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
+ The transform() methods won't be called in passthrough mode and
+ otherwise the buffer is always writable so don't check here.
+
2007-12-06 Tim-Philipp Müller <tim at centricular dot net>
* gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):