diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-19 00:58:49 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-07-19 00:58:49 +0000 |
commit | e985585a4ec8ec1a681c9643f6727a230fb536d7 (patch) | |
tree | 1b1fc2eeabad64ca5ba42b51cf42acc082686189 /docs/plugins/gst-plugins-bad-plugins-sections.txt | |
parent | 26cb95316c8043e05365337660c1e07b067f298e (diff) | |
download | gst-plugins-bad-e985585a4ec8ec1a681c9643f6727a230fb536d7.tar.gz gst-plugins-bad-e985585a4ec8ec1a681c9643f6727a230fb536d7.tar.bz2 gst-plugins-bad-e985585a4ec8ec1a681c9643f6727a230fb536d7.zip |
Remove interleave and replaygain plugins that have moved to -good
Original commit message from CVS:
* 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/gst-plugins-bad-plugins.interfaces:
* docs/plugins/gst-plugins-bad-plugins.prerequisites:
* docs/plugins/inspect/plugin-interleave.xml:
* docs/plugins/inspect/plugin-replaygain.xml:
* gst/interleave/Makefile.am:
* gst/interleave/deinterleave.c:
* gst/interleave/deinterleave.h:
* gst/interleave/interleave.c:
* gst/interleave/interleave.h:
* gst/interleave/plugin.c:
* gst/interleave/plugin.h:
* gst/replaygain/Makefile.am:
* gst/replaygain/gstrganalysis.c:
* gst/replaygain/gstrganalysis.h:
* gst/replaygain/gstrglimiter.c:
* gst/replaygain/gstrglimiter.h:
* gst/replaygain/gstrgvolume.c:
* gst/replaygain/gstrgvolume.h:
* gst/replaygain/replaygain.c:
* gst/replaygain/replaygain.h:
* gst/replaygain/rganalysis.c:
* gst/replaygain/rganalysis.h:
* tests/check/Makefile.am:
* tests/check/elements/deinterleave.c:
* tests/check/elements/interleave.c:
* tests/check/elements/rganalysis.c:
* tests/check/elements/rglimiter.c:
* tests/check/elements/rgvolume.c:
Remove interleave and replaygain plugins that have moved to -good
Diffstat (limited to 'docs/plugins/gst-plugins-bad-plugins-sections.txt')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 75 |
1 files changed, 1 insertions, 74 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 54af85a9..57a97640 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -168,6 +168,7 @@ FESTIVAL_DEFAULT_SERVER_PORT FESTIVAL_DEFAULT_TEXT_MODE </SECTION> +<SECTION> <FILE>element-input-selector</FILE> <TITLE>input-selector</TITLE> GstInputSelector @@ -202,38 +203,6 @@ gst_ivorbis_dec_get_type </SECTION> <SECTION> -<FILE>element-interleave</FILE> -<TITLE>interleave</TITLE> -GstInterleave -<SUBSECTION Standard> -GST_INTERLEAVE -GST_INTERLEAVE_CLASS -GST_INTERLEAVE_GET_CLASS -GST_IS_INTERLEAVE -GST_IS_INTERLEAVE_CLASS -GST_TYPE_INTERLEAVE -GstInterleaveClass -GstInterleaveFunc -gst_interleave_get_type -</SECTION> - -<SECTION> -<FILE>element-deinterleave</FILE> -<TITLE>deinterleave</TITLE> -GstDeinterleave -<SUBSECTION Standard> -GST_DEINTERLEAVE -GST_DEINTERLEAVE_CLASS -GST_DEINTERLEAVE_GET_CLASS -GST_IS_DEINTERLEAVE -GST_IS_DEINTERLEAVE_CLASS -GST_TYPE_DEINTERLEAVE -GstDeinterleaveClass -GstDeinterleaveFunc -gst_deinterleave_get_type -</SECTION> - -<SECTION> <FILE>element-jackaudiosink</FILE> GstJackAudioSink <TITLE>jackaudiosink</TITLE> @@ -381,48 +350,6 @@ gst_output_selector_get_type </SECTION> <SECTION> -<FILE>element-rganalysis</FILE> -<TITLE>rganalysis</TITLE> -GstRgAnalysis -<SUBSECTION Standard> -GstRgAnalysisClass -GST_RG_ANALYSIS -GST_RG_ANALYSIS_CLASS -GST_IS_RG_ANALYSIS -GST_IS_RG_ANALYSIS_CLASS -GST_TYPE_RG_ANALYSIS -gst_rg_analysis_get_type -</SECTION> - -<SECTION> -<FILE>element-rglimiter</FILE> -<TITLE>rglimiter</TITLE> -GstRgLimiter -<SUBSECTION Standard> -GstRgLimiterClass -GST_RG_LIMITER -GST_RG_LIMITER_CLASS -GST_IS_RG_LIMITER -GST_IS_RG_LIMITER_CLASS -GST_TYPE_RG_LIMITER -gst_rg_limiter_get_type -</SECTION> - -<SECTION> -<FILE>element-rgvolume</FILE> -<TITLE>rgvolume</TITLE> -GstRgVolume -<SUBSECTION Standard> -GstRgVolumeClass -GST_RG_VOLUME -GST_RG_VOLUME_CLASS -GST_IS_RG_VOLUME -GST_TYPE_RG_VOLUME -GST_IS_RG_VOLUME_CLASS -gst_rg_volume_get_type -</SECTION> - -<SECTION> <FILE>element-gstrtpbin</FILE> <TITLE>gstrtpbin</TITLE> GstRtpBin |