From f505a291ff823d30e6b6238cdebb3be26f785508 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 19 Jul 2008 01:01:13 +0000 Subject: Move replaygain and interleave plugins 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/gst-plugins-good-plugins.interfaces: * docs/plugins/gst-plugins-good-plugins.prerequisites: * docs/plugins/inspect/plugin-interleave.xml: * docs/plugins/inspect/plugin-replaygain.xml: * tests/check/Makefile.am: Move replaygain and interleave plugins from -bad. Fixes: #543406 Fixes: #536228 --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index da521426..9d41b1b6 100644 --- a/configure.ac +++ b/configure.ac @@ -295,6 +295,7 @@ AG_GST_CHECK_PLUGIN(effectv) AG_GST_CHECK_PLUGIN(equalizer) AG_GST_CHECK_PLUGIN(id3demux) AG_GST_CHECK_PLUGIN(icydemux) +AG_GST_CHECK_PLUGIN(interleave) AG_GST_CHECK_PLUGIN(flx) AG_GST_CHECK_PLUGIN(goom) AG_GST_CHECK_PLUGIN(goom2k1) @@ -305,6 +306,7 @@ AG_GST_CHECK_PLUGIN(monoscope) AG_GST_CHECK_PLUGIN(multifile) AG_GST_CHECK_PLUGIN(multipart) AG_GST_CHECK_PLUGIN(qtdemux) +AG_GST_CHECK_PLUGIN(replaygain) AG_GST_CHECK_PLUGIN(rtp) AG_GST_CHECK_PLUGIN(rtsp) AG_GST_CHECK_PLUGIN(smpte) @@ -1050,6 +1052,7 @@ gst/effectv/Makefile gst/equalizer/Makefile gst/id3demux/Makefile gst/icydemux/Makefile +gst/interleave/Makefile gst/goom/Makefile gst/goom2k1/Makefile gst/law/Makefile @@ -1059,6 +1062,7 @@ gst/monoscope/Makefile gst/multifile/Makefile gst/multipart/Makefile gst/qtdemux/Makefile +gst/replaygain/Makefile gst/rtp/Makefile gst/rtsp/Makefile gst/smpte/Makefile -- cgit