gst/spectrum/Makefile.am: Link to base libraries
authorStefan Kost <ensonic@users.sourceforge.net>
Sun, 21 May 2006 16:23:23 +0000 (16:23 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Sun, 21 May 2006 16:23:23 +0000 (16:23 +0000)
commit58139f4877785c6723dce7409e0ba3d97724a503
tree7242552f4719b4f2e82ebba5e59a5e18cd1fe186
parent83b3960a08bd99ccff51a8f3f65c4a0ac777713c
gst/spectrum/Makefile.am: Link to base libraries

Original commit message from CVS:
* gst/spectrum/Makefile.am:
Link to base libraries
* gst/spectrum/demo-osssrc.c: (main):
use new threshhold property
* gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
(gst_spectrum_init), (gst_spectrum_dispose),
(gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
(gst_spectrum_get_sink_caps), (gst_spectrum_chain),
(gst_spectrum_change_state):
* gst/spectrum/gstspectrum.h:
Use gst_adapter, support multiple-channels, add threshold property for
result, add docs, fix resulting spectrum range (was including mirrored
results)
gst/spectrum/Makefile.am
gst/spectrum/gstspectrum.c
gst/spectrum/gstspectrum.h
tests/examples/spectrum/demo-osssrc.c