Skip to content
  • Sebastian Dröge's avatar
    gst/audiofx/: Some small cleanups and port both elements to the new... · cdba2c42
    Sebastian Dröge authored
    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
    cdba2c42