gst/filter/: The transform() methods are not called in passthrough mode so there...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 6 Dec 2007 12:37:43 +0000 (12:37 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 6 Dec 2007 12:37:43 +0000 (12:37 +0000)
commit1b6c70bf0b7424488b5594c78b76c1c8b796c1e7
tree790ff93169f36b6102941bfe3b89786148f29797
parenteaa01e7c4255cc133cdfcbdce5af330263ac5d47
gst/filter/: The transform() methods are not called in passthrough mode so there's no need for checking if the elemen...

Original commit message from CVS:
* gst/filter/gstbpwsinc.c: (bpwsinc_transform):
* gst/filter/gstlpwsinc.c: (lpwsinc_transform):
The transform() methods are not called in passthrough mode so
there's no need for checking if the element is in passthrough mode.
gst/audiofx/audiowsincband.c
gst/audiofx/audiowsinclimit.c