From cdba2c4219705c69fffb7bc5c08bc1ffdd3a75b4 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Tue, 6 Feb 2007 11:16:49 +0000 Subject: gst/audiofx/: Some small cleanups and port both elements to the new GstAudioFilter base class to save a few lines of ... Original commit message from CVS: * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init), (gst_audio_amplify_class_init), (gst_audio_amplify_init), (gst_audio_amplify_set_process_function), (gst_audio_amplify_setup): * gst/audiofx/audioamplify.h: * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init), (gst_audio_invert_class_init), (gst_audio_invert_setup): * gst/audiofx/audioinvert.h: Some small cleanups and port both elements to the new GstAudioFilter base class to save a few lines of common code. * gst/audiofx/Makefile.am: Link against libgstaudio for the above changes --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e81b8364..29bda068 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-02-06 Sebastian Dröge + + * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init), + (gst_audio_amplify_class_init), (gst_audio_amplify_init), + (gst_audio_amplify_set_process_function), + (gst_audio_amplify_setup): + * gst/audiofx/audioamplify.h: + * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init), + (gst_audio_invert_class_init), (gst_audio_invert_setup): + * gst/audiofx/audioinvert.h: + Some small cleanups and port both elements to the new GstAudioFilter + base class to save a few lines of common code. + * gst/audiofx/Makefile.am: + Link against libgstaudio for the above changes + 2007-01-29 Wim Taymans * tests/check/elements/.cvsignore: -- cgit