From 703a0d00d8b3548cc8dcdea1b645133d035a9734 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Tue, 16 Jan 2007 08:29:11 +0000 Subject: gst/audiofx/audiopanorama.c: Use a function array for process methods, add more docs and define the startindex of enums. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Sebastian Dröge * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 78732db2..ae37a808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-01-16 Stefan Kost + + Patch by: Sebastian Dröge + + * 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 Patch by: Mark Nauwelaerts -- cgit