diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-01-16 08:29:11 +0000 |
|---|---|---|
| committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-01-16 08:29:11 +0000 |
| commit | 703a0d00d8b3548cc8dcdea1b645133d035a9734 (patch) | |
| tree | c3cecee141c982ca670e6b40a81b81eb6e37ccf0 /ChangeLog | |
| parent | 36dfafcda96f1fe13bfd26cb18b5770bbf1d1de6 (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |
