summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-01-16 08:29:11 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-01-16 08:29:11 +0000
commit703a0d00d8b3548cc8dcdea1b645133d035a9734 (patch)
treec3cecee141c982ca670e6b40a81b81eb6e37ccf0 /ChangeLog
parent36dfafcda96f1fe13bfd26cb18b5770bbf1d1de6 (diff)
gst/audiofx/audiopanorama.c: Use a function array for process methods, add more docs and define the startindex of enums.
Original commit message from CVS: Patch by: Sebastian Dröge <slomo circular-chaos org> * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init), (gst_audio_panorama_set_process_function): Use a function array for process methods, add more docs and define the startindex of enums.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78732db2..ae37a808 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-01-16 Stefan Kost <ensonic@users.sf.net>
+
+ Patch by: Sebastian Dröge <slomo circular-chaos org>
+
+ * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
+ (gst_audio_panorama_set_process_function):
+ Use a function array for process methods, add more docs and define the
+ startindex of enums.
+
2007-01-14 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Mark Nauwelaerts <manauw at skynet be>