new filter subdir for standard audio filters first filter uses code from vorbis to...
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 4 Jun 2002 12:28:03 +0000 (12:28 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 4 Jun 2002 12:28:03 +0000 (12:28 +0000)
commitdeeaf69ed4cc283a099528f03a7a527f66a1c3da
tree05146ea56830f3313a8e00076cca69c0f4c0474b
parente47f76f8d067fd67f5f76bac9807dba0e742f698
new filter subdir for standard audio filters first filter uses code from vorbis to implement an iir filter not optimi...

Original commit message from CVS:
new filter subdir for standard audio filters
first filter uses code from vorbis to implement an iir filter
not optimized yet, iir code uses doubles and plugin uses float
gst/filter/Makefile.am [new file with mode: 0644]
gst/filter/gstfilter.c [new file with mode: 0644]
gst/filter/gstfilter.h [new file with mode: 0644]
gst/filter/gstiir.c [new file with mode: 0644]
gst/filter/iir.c [new file with mode: 0644]
gst/filter/iir.h [new file with mode: 0644]