gstreamer/gst/filter
Sebastian Dröge e38e701293 gst/filter/gstlpwsinc.*: Implement latency query and only forward those samples downstream that actually contain the ...
Original commit message from CVS:
* gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
(gst_lpwsinc_init), (process_32), (process_64),
(lpwsinc_build_kernel), (lpwsinc_push_residue),
(lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
(lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
* gst/filter/gstlpwsinc.h:
Implement latency query and only forward those samples downstream
that actually contain the data we want, i.e. drop kernel_length/2
in the beginning and append kernel_length/2 (created by convolving
the filter kernel with zeroes) to the end.
* tests/check/elements/lpwsinc.c: (GST_START_TEST):
Adjust the unit test for this slightly changed behaviour.
2007-08-16 09:48:27 +00:00
..
filter.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstbpwsinc.c Add docs for lpwsinc and bpwsinc and integrate them into the build system. While doing that also update all other doc... 2007-08-13 13:50:39 +00:00
gstbpwsinc.h Add docs for lpwsinc and bpwsinc and integrate them into the build system. While doing that also update all other doc... 2007-08-13 13:50:39 +00:00
gstfilter.c Fix build with gcc-2.x (declare variables at the beginning of a block etc.). Fixes #391971. 2007-01-03 16:41:10 +00:00
gstfilter.h Ported the gstfilter plugin to GStreamer 0.10. 2006-07-10 14:42:15 +00:00
gstiir.c Fix build with gcc-2.x (declare variables at the beginning of a block etc.). Fixes #391971. 2007-01-03 16:41:10 +00:00
gstiir.h gst/filter/: Don't forget new files. 2006-07-10 14:49:46 +00:00
gstlpwsinc.c gst/filter/gstlpwsinc.*: Implement latency query and only forward those samples downstream that actually contain the ... 2007-08-16 09:48:27 +00:00
gstlpwsinc.h gst/filter/gstlpwsinc.*: Implement latency query and only forward those samples downstream that actually contain the ... 2007-08-16 09:48:27 +00:00
iir.c gst-indent 2004-03-14 22:34:33 +00:00
iir.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
Makefile.am gst/filter/: Use GstAudioFilter as base class and don't leak the memory of the filter kernel and residue. 2007-08-08 20:47:33 +00:00