gst/audiofxgood/audiofx.c
authorStefan Kost <ensonic@users.sourceforge.net>
Sun, 20 Aug 2006 12:09:16 +0000 (12:09 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Sun, 20 Aug 2006 12:09:16 +0000 (12:09 +0000)
commit32df8f43da3e5648e6d2cc093bb2e8099714977c
tree83a22389a3d8f9b76c2a5519d3491e1336345875
parent611b2dd11bf676b7d6656d53764076152da8ddc3
gst/audiofxgood/audiofx.c

Original commit message from CVS:
* configure.ac:
* gst/audiofxgood/.cvsignore:
* gst/audiofxgood/Makefile.am:
* gst/audiofxgood/audiofx.c
* gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
(gst_audio_panorama_class_init), (gst_audio_panorama_init),
(gst_audio_panorama_set_property),
(gst_audio_panorama_get_property),
(gst_audio_panorama_get_unit_size),
(gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
(gst_audio_panorama_transform_m2s),
(gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
* gst/audiofxgood/audiopanorama.h:
* tests/check/Makefile.am:
* tests/check/elements/audiopanorama.c: (setup_panorama_m),
(setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
(panorama_suite), (main):
Add audiofxgood plugin with audiopanorama element
ChangeLog
configure.ac
gst/audiopanorama/.gitignore [new file with mode: 0644]
gst/audiopanorama/Makefile.am [new file with mode: 0644]
gst/audiopanorama/audiopanorama.c [new file with mode: 0644]
gst/audiopanorama/audiopanorama.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/elements/audiopanorama.c [new file with mode: 0644]