From 1d5d8e1397535425815eeeb252e9213b77b57ef4 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 8 Feb 2008 03:28:57 +0000 Subject: 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. --- tests/check/Makefile.am | 1 + tests/check/elements/.gitignore | 1 + tests/examples/Makefile.am | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit