diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-02-06 11:16:49 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-02-06 11:16:49 +0000 |
| commit | cdba2c4219705c69fffb7bc5c08bc1ffdd3a75b4 (patch) | |
| tree | 7f78af050fcee5f41fec0cb8ec4872d0926fed97 /ChangeLog | |
| parent | f7935f9a40fa99ef1cb40735688ccd1ad936702d (diff) | |
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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2007-02-06 Sebastian Dröge <slomo@circular-chaos.org> + + * 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 <wim@fluendo.com> * tests/check/elements/.cvsignore: |
