summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-01-13 15:52:18 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-01-13 15:52:18 +0000
commit22ebbb6912871ea757e82f540a0e10295e81bd33 (patch)
tree0fdd661fadb73c0723d1380167351b615697a033 /ChangeLog
parent3a4c011aa6ddfb794be2b65503598cd57f44cc7f (diff)
gst/audiofx/audiopanorama.*: Add 'method' property and provide a simple (non-psychoacustic) processing method (#394859).
Original commit message from CVS: Patch by: Sebastian Dröge <slomo circular-chaos org> * gst/audiofx/audiopanorama.c: (gst_audio_panorama_method_get_type), (gst_audio_panorama_class_init), (gst_audio_panorama_init), (gst_audio_panorama_set_process_function), (gst_audio_panorama_set_property), (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps), (gst_audio_panorama_transform_m2s_int_simple), (gst_audio_panorama_transform_s2s_int_simple), (gst_audio_panorama_transform_m2s_float_simple), (gst_audio_panorama_transform_s2s_float_simple): * gst/audiofx/audiopanorama.h: Add 'method' property and provide a simple (non-psychoacustic) processing method (#394859). * tests/check/elements/audiopanorama.c: (GST_START_TEST), (panorama_suite): Tests for new method.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1d18a53..b576addd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2007-01-13 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Sebastian Dröge <slomo circular-chaos org>
+
+ * gst/audiofx/audiopanorama.c:
+ (gst_audio_panorama_method_get_type),
+ (gst_audio_panorama_class_init), (gst_audio_panorama_init),
+ (gst_audio_panorama_set_process_function),
+ (gst_audio_panorama_set_property),
+ (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
+ (gst_audio_panorama_transform_m2s_int_simple),
+ (gst_audio_panorama_transform_s2s_int_simple),
+ (gst_audio_panorama_transform_m2s_float_simple),
+ (gst_audio_panorama_transform_s2s_float_simple):
+ * gst/audiofx/audiopanorama.h:
+ Add 'method' property and provide a simple (non-psychoacustic)
+ processing method (#394859).
+
+ * tests/check/elements/audiopanorama.c: (GST_START_TEST),
+ (panorama_suite):
+ Tests for new method.
+
2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
* gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):