diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 03:27:14 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 03:27:14 +0000 |
commit | 819b139e4e36f8ce3d70acdbcaaec770365de669 (patch) | |
tree | 60fc4ce018037df7a947fb73e9887e3594fda2cd /gst/spectrum/.gitignore | |
parent | 4de96f3a8e58fa385f72bbf7c88941e4e4942692 (diff) | |
download | gst-plugins-bad-819b139e4e36f8ce3d70acdbcaaec770365de669.tar.gz gst-plugins-bad-819b139e4e36f8ce3d70acdbcaaec770365de669.tar.bz2 gst-plugins-bad-819b139e4e36f8ce3d70acdbcaaec770365de669.zip |
Remove spectrum plugin, which has moved to -good
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/inspect/plugin-spectrum.xml:
* gst/spectrum/.cvsignore:
* gst/spectrum/Makefile.am:
* gst/spectrum/README:
* gst/spectrum/demo-audiotest.c:
* gst/spectrum/demo-osssrc.c:
* gst/spectrum/gstspectrum.c:
* gst/spectrum/gstspectrum.h:
* gst/spectrum/spectrum.vcproj:
* tests/check/Makefile.am:
* tests/check/elements/spectrum.c:
Remove spectrum plugin, which has moved to -good
Diffstat (limited to 'gst/spectrum/.gitignore')
-rw-r--r-- | gst/spectrum/.gitignore | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gst/spectrum/.gitignore b/gst/spectrum/.gitignore deleted file mode 100644 index 08f366f8..00000000 --- a/gst/spectrum/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -Makefile -Makefile.in -*.o -*.lo -*.la -.deps -.libs -demo-audiotest -demo-osssrc |