summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-08 03:28:57 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-08 03:28:57 +0000
commit1d5d8e1397535425815eeeb252e9213b77b57ef4 (patch)
tree0e65e932fa2a8d76fbf926abdbbc036ad73747f4 /tests
parenta5a50d13fb5412f63e7dcca95a427a45d05c164b (diff)
Move spectrum plugin from -bad.
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/gst-plugins-good-plugins.hierarchy: * docs/plugins/inspect/plugin-spectrum.xml: * gst/spectrum/Makefile.am: * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/examples/Makefile.am: Move spectrum plugin from -bad. Move examples into tests/examples/spectrum.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am1
-rw-r--r--tests/check/elements/.gitignore1
-rw-r--r--tests/examples/Makefile.am4
3 files changed, 4 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index ff791a6c..0a5514a6 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -69,6 +69,7 @@ check_PROGRAMS = \
elements/level \
elements/matroskamux \
elements/rtp-payloading \
+ elements/spectrum \
elements/videocrop \
elements/videofilter \
pipelines/simple-launch-lines \
diff --git a/tests/check/elements/.gitignore b/tests/check/elements/.gitignore
index 1a8a5c58..695d8cf3 100644
--- a/tests/check/elements/.gitignore
+++ b/tests/check/elements/.gitignore
@@ -21,6 +21,7 @@ id3v2mux
level
matroskamux
rtp-payloading
+spectrum
sunaudio
videocrop
videofilter
diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am
index 1f9144f3..aad6dc18 100644
--- a/tests/examples/Makefile.am
+++ b/tests/examples/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = level rtp equalizer
+SUBDIRS = equalizer level rtp spectrum
-DIST_SUBDIRS = level rtp equalizer
+DIST_SUBDIRS = equalizer level rtp spectrum